Docs
Get Crew Attributes
GET /collaborators/{collaboratorId}/settings/crew/attributes
GET
/collaborators/{collaboratorId}/settings/crew/attributesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
Response
Returns an array of crew attribute template objects.
| Field | Type | Description |
|---|---|---|
| attributeId | Guid | The ID of the crew attribute definition. |
| attributeName | string | Display name of the attribute. |
| isRequired | bool | Whether crew members are required to provide this attribute. |
| isCrewEditable | bool | Whether the crew member can edit this value. If `false`, only event admins can edit it. |
| isCrewVisible | bool | Whether the crew member can see this attribute. If `false`, only event admins can see it. |