Docs

Add Crew Attribute

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

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

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Adds a custom attribute to a crew member. The attributeId must reference an existing attribute definition on the event.

Requires CollaboratorAdmin permission.

Path Parameters

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

Request Body

FieldTypeRequiredDescription
attributeIdGuidRequiredID of the attribute definition to add.
isRequiredboolRequiredWhether this attribute is required for this crew member.
isCrewEditableboolRequiredWhether the crew member can edit this value. If `false`, only event admins can edit it.
isCrewVisibleboolRequiredWhether the crew member can see this attribute. If `false`, only event admins can see it.

Response

Returns 200 OK with an empty body on success.