cURL
curl --request GET \ --url https://web-api.clerk.chat/public/admin/users/{id} \ --header 'apiKey: <api-key>'
{ "id": "<string>", "email": "<string>", "role": "<string>", "firstName": "<string>", "lastName": "<string>" }
Returns a single Clerk Chat user
Documentation IndexFetch the complete documentation index at: https://docs.clerk.chat/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.clerk.chat/llms.txt
Use this file to discover all available pages before exploring further.
ID of user
The created Clerk chat user
Response containing Clerk chat user information
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