Docs

Get Crew Attributes

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

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

Required Tokens

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

Returns the list of crew attribute templates configured for this collaborator. These define which custom attributes crew members must or may fill in.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.

Response

Returns an array of crew attribute template objects.

FieldTypeDescription
attributeIdGuidThe ID of the crew attribute definition.
attributeNamestringDisplay name of the attribute.
isRequiredboolWhether crew members are required to provide this attribute.
isCrewEditableboolWhether the crew member can edit this value. If `false`, only event admins can edit it.
isCrewVisibleboolWhether the crew member can see this attribute. If `false`, only event admins can see it.