v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Users

Get a single user

Return a single user

get/v3/aggregation/users/{uuid}

Path parameters

uuidstring required
Example:6b2af12a-171f-43fe-841c-34b7771cacfe

Response

Get user

uuidstring required

A Universally Unique IDentifier (UUID) as a human-readable string using hexadecimal text with inserted hyphen characters

external_user_idstring

Your own user ID (format: [a-zA-Z0-9-_]{1,128})

Example response

{
  "uuid": "de305d54-75b4-431b-adb2-eb6b9e546014",
  "external_user_id": "user-001"
}