Docs

Lookup Crew

GET /crew/lookup?query=lee

GET/crew/lookup?query=lee

Required Tokens

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

Searches the event's existing crew rows (contacts and connected members) by email, first name, or last name — used by the invite/promote dialog to find someone before granting access. Brand-new emails that aren't yet crew are resolved authoritatively when the invite is submitted.

Requires EventAdmin permission on the event.

Query Parameters

FieldTypeRequiredDescription
querystringRequiredCase-insensitive substring matched against crew email/first/last name.

Response

Returns 200 OK with an array of matches.

FieldTypeDescription
crewIdGuid| nullThe matching crew row, if any.
emailstringCrew email.
firstNamestringFirst name.
lastNamestringLast name.
isExistingAccountboolWhether this crew row is already a connected user.
isAlreadyMemberboolWhether they're already connected or hold an outstanding invitation.