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_idstringrequired

Request body

user_idstring

User UUID. Supply either user_id or email.

emailstring

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

rolestring

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

201Successful Response

successboolean
messagestring
codestring
dataUserFirmAssociationResponse

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject