Docs
Associate Crew User
POST /collaborators/{collaboratorId}/crew/{crewId}/users
POST
/collaborators/{collaboratorId}/crew/{crewId}/usersRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Links an existing user account to a crew member that was added manually. Use this when a crew member already exists but their user account association needs to be set after the fact.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| crewId | Guid | Required | The ID of the crew member to link. Replace `{{crewId}}` in the URL. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| string | Required | Email address of the user account to associate with this crew member. |
Response
Returns 200 OK with an empty body on success.