Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://connect.cariqa.com/api/v1/users/{user_id}/ \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "jsmith@example.com", "custom_properties": { "external_id": "<string>" } }
Retrieve user
JWT Authorization header using the Bearer scheme.
en
de
Show child attributes
Was this page helpful?