Update user role in firm

PUT/api/v1/advisory-firms/{firm_id}/users/{user_id}/role

Update a user's role in an advisory firm.

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

Request body

rolestringrequired

New role for the user. 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

200Successful Response

successboolean
messagestring
codestring
dataUserFirmAssociationResponse

422Validation Error

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