Docs
Lookup Users
GET /lookups/users
GET
/lookups/usersRequired 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 users who have permissions on the authenticated event. User display data is fetched from the Organization API. Use this when you need to resolve a user's name for display purposes or populate a user picker.
Returns an empty array if no users are found.
Requires EventBasicAccess permission on the event.
Response
Returns an array of user lookup items.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique user ID. |
| firstName | string | User's first name. |
| lastName | string | User's last name. |