List
List CometChat app users with REST API using pagination and filters for roles, tags, status, and search keywords.
For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-add-campaigns-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Query Parameters
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.
Search field.
name, uid User list can be fetched depending on the user status. (available,offline). User status filter.
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.