Add team member

POST/api/v1/advisory-firms/{firm_id}/teams/{team_id}/members

Add a firm staff member to a team.

Operation ID: add_team_member_api_v1_advisory_firms__firm_id__teams__team_id__members_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
team_idstringrequired

Request body

user_idstringrequired

User ID to add to the team.

Responses

201Successful Response

successboolean
messagestring
codestring
dataAddTeamMemberResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

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