Skip to content

Get User Details

Endpoint used to get details of a specific user in Toolzz Chat.

Terminal window
curl --request GET \
--url 'https://chat.toolzz.ai/platform/api/v1/users/{user_id}' \
--header 'Authorization: Bearer <token>'

ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
user_idstringThe ID of the user to get details from.Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.