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 PATCH \ --url https://connect.cariqa.com/api/v1/users/{user_id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "custom_properties": { "external_id": "<string>" } } '
{ "id": "<string>", "email": "jsmith@example.com", "custom_properties": { "external_id": "<string>" } }
Update user
JWT Authorization header using the Bearer scheme.
en
de
Show child attributes
Was this page helpful?