Docs

Add Crew To Record

POST /organizations/{organizationId}/collaborator-records/{recordId}/crew

POST/organizations/{organizationId}/collaborator-records/{recordId}/crew

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Creates a new crew member and links them to the specified collaborator record. Use this when adding a new person to the system directly from the collaborator record view.

To link an existing crew member, use Link Existing Crew instead.

Requires CollaboratorDatabase.Edit permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization the record belongs to.
recordIdGuidRequiredThe collaborator record to link the new crew member to.

Request Body

FieldTypeRequiredDescription
firstNamestring?OptionalFirst name of the crew member.
lastNamestring?OptionalLast name of the crew member.
emailstring?OptionalEmail address.
phoneNumberstring?OptionalPhone number.