Docs

Get Event Crew Access

GET /events/{eventId}/crew/access

GET/events/{eventId}/crew/access

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <user-token>OptionalThe signed-in user's token.
Organizationx-Organization-TokenOptionalThe org token for the org that owns the event. Must carry `Organization.*` (org admin).

Returns the crew on one event within the caller's organization, each with a one-line access summary. Used by the org-level event-centric "Manage permissions" dialog: an org admin opens an event and sees every crew member before drilling into a single member's per-event access. This is the event-centric mirror of Get Crew Events.

Authorized for org admins (Organization.*) of the event's owning org; ownership is enforced by returning crew only for events that belong to the org in the token.

Path Parameters

FieldTypeRequiredDescription
eventIdGuidRequiredThe event id. Replace `{{eventId}}` in the URL.

Response

Returns an array of the crew on this event within the caller's org. Each item includes:

FieldTypeDescription
crewIdGuidThe event-scoped crew id — the key used to open the per-event access leaf.
firstNamestringFirst name.
lastNamestringLast name.
emailstringEmail address.
titlestringJob title.
accessobjectPer-event access summary for this member.
access.licenseIdGuid| nullThe member's event license id on this event, or `null`.
access.isAdminboolWhether the member holds `Event.*` on this event.
access.userIdGuid| nullThe member's connected user id, or `null` if not linked.
access.permissionsstring[]The connected user's current event permissions (empty when not linked).