Docs

Get User Event Settings

GET /users/{userId}/events/{eventId}/settings

GET/users/{userId}/events/{eventId}/settings

Required Tokens

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

Returns a user's event-scoped settings — specifically their collaborator and crew membership IDs for the given event. Use this to resolve which collaborator and crew record a user is associated with on an event.

Path Parameters

FieldTypeRequiredDescription
userIdGuidRequiredThe ID of the user. Replace `{{userId}}` in the URL.
eventIdGuidRequiredThe ID of the event.

Response

FieldTypeDescription
collaboratorIdGuidThe collaborator ID associated with this user on the event.
crewIdGuidThe crew member ID associated with this user on the event.