Docs
Add Crew Attribute
POST /collaborators/{collaboratorId}/settings/crew/attributes
POST
/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. |
Adds a crew attribute template to a collaborator's settings. The attributeId must reference an existing crew attribute definition on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| attributeId | Guid | Required | ID of the crew attribute definition to add. |
| isRequired | bool | Required | Whether crew members must provide this attribute. |
| isCrewEditable | bool | Required | Whether the crew member can edit this value. If `false`, only event admins can edit it. |
| isCrewVisible | bool | Required | Whether 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.