Add user to firm

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

Add a user to an advisory firm by user_id or email.

Operation ID: add_user_to_firm_api_v1_advisory_firms__firm_id__users_post · 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

Request body

user_id string

User UUID. Supply either user_id or email.

email string

User email. When provided without user_id, the backend resolves it.

role string

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

Responses

201 Successful Response

id string required
user_id string required
advisory_firm_id string required
role string

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

422 Validation Error

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