Docs

Associate Crew User

POST /collaborators/{collaboratorId}/crew/{crewId}/users

POST/collaborators/{collaboratorId}/crew/{crewId}/users

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
crewIdGuidRequiredThe ID of the crew member to link. Replace `{{crewId}}` in the URL.

Request Body

FieldTypeRequiredDescription
emailstringRequiredEmail address of the user account to associate with this crew member.

Response

Returns 200 OK with an empty body on success.