List firm clients

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

List all users with the 'client' role in this firm, with their assigned businesses.

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

Query

search string

Search by client name or email

Responses

200 Successful Response

items array · FirmClientResponse requiredFirmClientResponse
6 fields
id string required
email string required
first_name string
last_name string
photo_url string
businesses array · object

Businesses this client can access [{id, name}]

total integer required

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