v1
latestOpenAPI 3.0.02026-07-2422987517.5 KBUser
Retrieve a user
Returns a single user by id (the Firebase UID). A normal user can only fetch their own record; Cardda staff can fetch any. Includes the user's memberships and computed profile methods. This endpoint is not company-scoped (it is on the company-id header whitelist).
get/v1/users/{id}
Path parameters
idstring required
The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.
Response
The requested user.
Example response
{
"user_type": "business",
"status": "pending"
}