Docs
Add Crew To Record
POST /organizations/{organizationId}/collaborator-records/{recordId}/crew
POST
/organizations/{organizationId}/collaborator-records/{recordId}/crewRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization the record belongs to. |
| recordId | Guid | Required | The collaborator record to link the new crew member to. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| firstName | string? | Optional | First name of the crew member. |
| lastName | string? | Optional | Last name of the crew member. |
| string? | Optional | Email address. | |
| phoneNumber | string? | Optional | Phone number. |