Docs
Lookup Collaborators
GET /events/{eventId}/lookups/collaborators
GET
/events/{eventId}/lookups/collaboratorsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| eventId | Guid | Required | The event to look up collaborators for. Must belong to the authenticated organization. |
Response
Returns an array of collaborator lookup items.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique collaborator ID. |
| name | string | Display name of the collaborator. |