Website.get_users_ids_from_data#
- Website.get_users_ids_from_data(**data)#
Gets the user ids from the users data.
This can be used to sign-in the users later using signin_user_from_id.
Warning
This function will return a list of user ids. If the aim is to get a single user id, make sure that the length of the list is 1.
- Parameters:
data – The data (keyword arguments) that will be used to get the user ids.
- Returns:
A list of user ids.
- Return type:
list