cURL
curl --request GET \ --url https://web-api.clerk.chat/public/admin/users \ --header 'apiKey: <api-key>'
{ "data": [ { "id": "<string>", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "role": "<string>" } ], "links": { "next": "<string>", "prev": "<string>", "self": "<string>" }, "total": 1 }
Adds a new user to the Clerk chat system
Email of the user to search
["+1415456789"]
The created Clerk chat user
The response is of type object.
object