Docs

Update Crew Identity

PUT /crew/{crewId}

PUT/crew/{crewId}

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.

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

FieldTypeRequiredDescription
crewIdGuidRequiredThe crew member to update.

Request Body

FieldTypeRequiredDescription
firstNamestringOptionalFirst name.
lastNamestringOptionalLast name.
emailstringOptionalEmail (validated).
phoneNumberstringOptionalPhone number (validated).
titlestringOptionalJob title / role label.
isPointOfContactboolOptionalWhether this member is a point of contact.