Docs

Add Crew Attribute

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

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

Required Tokens

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

Adds a crew attribute template to a collaborator's settings. The attributeId must reference an existing crew attribute definition on the event.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.

Request Body

FieldTypeRequiredDescription
attributeIdGuidRequiredID of the crew attribute definition to add.
isRequiredboolRequiredWhether crew members must provide this attribute.
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.