Get Crew Record
GET /crew/{crewId}
/crew/{crewId}Required 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. |
Returns the full org crew record: identity/contact fields, connected-user account status, an
access block (current org license + permission set), the member's assigned type, and — for a typed
member — the type's sections with each attribute's definition (name/type/options), intake flags, and
the member's current value. The org scope is derived from the token. An untyped member returns
type: null and sections: [].
The access block powers the member edit experience: access.licenseId is the assigned license
(connected member) or the reserved license (invited-only member), or null for a contact;
access.permissions is the member's current org permission set (their UserOrganizationPermission
for a connected member, or the outstanding invitation's payload for an invited-only member).
access.userLicenseId (connected) and access.reservationId (invited-only) identify the seat holder
so the edit experience can change or release the license; the one that doesn't apply is null.
Requires CrewDatabase.Read permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| crewId | Guid | Required | The crew member to load. |