Docs
Lookup Crew
GET /crew/lookup?query=jamie
GET
/crew/lookup?query=jamieRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | Required | Free-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.