Lists all the users of an app
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
The searchKey query parameter work for both name and uid: It performs a LIKE% query, searching for uid/name values starting with the specified characters.
Searches for specified keyword in name,UID or both.
User list can be fetched depending on the user status. (available,offline).
available
, offline
Fetches users count.
Number of users to be fetched in a request. The default value is 100 and the maximum value is 1000.
Page Number.
Retrieves user list based on role.
Includes tags in the response.
Fetches only those users that have these tags.
Fetches users based on multiple roles.
Fetches all the deactivated users of an app.
Fetches all the users including deactivated users.
A list of users
The response is of type object
.