user
Get User By Client User Id
GET user_id from client_user_id.
get/v2/user/resolve/{client_user_id}
Path parameters
client_user_idstring required
A unique ID representing the end user. Typically this will be a user ID number from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id.
A unique ID representing the end user. Typically this will be a user ID number from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id.
Response
Successful Response
Example response
{
"client_user_id": "ZTEwZjNjMjctOTI2ZS00M2Vm",
"connected_sources": [
{
"created_on": "2026-08-02T13:11:46+00:00",
"source": {
"logo": "logo_url",
"name": "Oura",
"slug": "oura"
}
}
],
"created_on": "2026-08-02T13:11:46+00:00",
"fallback_birth_date": {
"source_slug": "manual",
"updated_at": "2026-08-02T13:11:46+00:00",
"value": "1989-09-12"
},
"fallback_time_zone": {
"id": "Europe/London",
"source_slug": "manual",
"updated_at": "2026-08-02T13:11:46+00:00"
},
"team_id": "56bd81c9-6219-4000-a775-ae85526eba18",
"user_id": "56bd81c9-6219-4000-a775-ae85526eba18"
}