cURL
curl --request GET \ --url https://web-api.clerk.chat/public/admin/users \ --header 'apiKey: <api-key>'
{ "data": [ { "id": "<string>", "email": "<string>", "role": "<string>", "firstName": "<string>", "lastName": "<string>" } ], "total": 1, "links": { "next": "<string>", "prev": "<string>", "self": "<string>" } }
Adds a new user to the Clerk chat system
Email of the user to search Emails to search for
["+1415456789"]
The created Clerk chat user
Show child attributes
The ID of the created user
The email of the created user
The role of the created user
The first name of the created user
The total number of users
1
The URL for the next page
The URL for the previous page
The URL for the current page