List firm users

GET /api/v1/advisory-firms/{firm_id}/users

List all users in an advisory firm.

Operation ID: list_firm_users_api_v1_advisory_firms__firm_id__users_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

firm_id string required

Responses

200 Successful Response

users array · FirmUserResponse requiredFirmUserResponse
10 fields
id string required
user_id string required
email string required
first_name string
last_name string
photo_url string
onboarded boolean
role string required

User's role in the firm. owner: Full access + billing + user management. admin: Full access + user management (no billing). member: Access to assigned businesses only.

One of: owner, admin, member, client

created_at string · date-time required
updated_at string · date-time required
total integer required

422 Validation Error

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