Get user

GET /api/v1/users/{user_id}

Retrieve a specific user's profile by their UUID.

Operation ID: get_user_api_v1_users__user_id__get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

user_id string · uuid required

Responses

200 Successful Response

email string · email required

User email address (unique identifier).

first_name string

User's first name.

last_name string

User's last name.

photo_url string

URL to user's profile photo.

onboarded boolean

Whether user has completed onboarding.

props object

Additional user properties/settings.

id string required

User UUID.

created_at string · date-time required

Account creation timestamp.

updated_at string · date-time required

Last profile update timestamp.

firm_ids array · string

Advisory firm UUIDs the user belongs to.

role Role

User's role in a business (only included when filtering by business_id).

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object