Docs
Update Crew Identity
PUT /crew/{crewId}
PUT
/crew/{crewId}Required 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. |
Updates the crew member's identity/contact fields. Attribute values and type are managed by their own endpoints. At least one of the identity fields must be non-empty.
Requires CrewDatabase.Edit permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| crewId | Guid | Required | The crew member to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| firstName | string | Optional | First name. |
| lastName | string | Optional | Last name. |
| string | Optional | Email (validated). | |
| phoneNumber | string | Optional | Phone number (validated). |
| title | string | Optional | Job title / role label. |
| isPointOfContact | bool | Optional | Whether this member is a point of contact. |