Docs
Get User Event Settings
GET /users/{userId}/events/{eventId}/settings
GET
/users/{userId}/events/{eventId}/settingsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| userId | Guid | Required | The ID of the user. Replace `{{userId}}` in the URL. |
| eventId | Guid | Required | The ID of the event. |
Response
| Field | Type | Description |
|---|---|---|
| collaboratorId | Guid | The collaborator ID associated with this user on the event. |
| crewId | Guid | The crew member ID associated with this user on the event. |