Docs

Get Crew Events

GET /crew/{crewId}/events

GET/crew/{crewId}/events

Required Tokens

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

Returns the events an organization crew member is on within the caller's organization, each with a one-line access summary. Used by the org-level crew-centric "Events" tab: an org admin opens a crew member and sees which events they are on before drilling into a single event's access.

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

Path Parameters

FieldTypeRequiredDescription
crewIdGuidRequiredThe organization crew member id. Replace `{{crewId}}` in the URL.

Response

Returns an array of the events this member is on within the caller's org. Each item includes:

FieldTypeDescription
eventIdGuidEvent id.
namestringEvent name.
accessobjectPer-event access summary for this member.
access.crewIdGuidThe event-scoped crew id — the key used to open the per-event access leaf.
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).