Docs

Lookup Collaborators

GET /events/{eventId}/lookups/collaborators

GET/events/{eventId}/lookups/collaborators

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Returns a lightweight list of collaborators for the specified event. Intended for display-name lookups — use this when you need to resolve a collaborator name from an ID or populate a picker, not for fetching full collaborator detail.

Requires OrganizationBasicAccess permission. The event must belong to the authenticated organization and must not be archived.

Path Parameters

FieldTypeRequiredDescription
eventIdGuidRequiredThe event to look up collaborators for. Must belong to the authenticated organization.

Response

Returns an array of collaborator lookup items.

FieldTypeDescription
idGuidUnique collaborator ID.
namestringDisplay name of the collaborator.