Docs

Lookup Crew

GET /crew/lookup?query=jamie

GET/crew/lookup?query=jamie

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Autocomplete for the add/invite dialog. Matches the query (case-insensitive) against existing crew records and platform user accounts in the organization, returning candidates to invite. Each result flags whether the email already has a BackOps account and whether it is already a member (an active org permission or an outstanding invitation) so the UI can suppress or disable already-member rows. The org scope is derived from the token.

Requires Organization admin (*) permission.

Query Parameters

FieldTypeRequiredDescription
querystringRequiredFree-text match against crew/user email, first name, and last name.

Responses

  • 200 OK[{ crewId?, email, firstName, lastName, isExistingAccount, isAlreadyMember }].
  • 403 Forbidden — caller is not an organization admin.