Docs

Get Crew Record

GET /crew/{crewId}

GET/crew/{crewId}

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.

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

FieldTypeRequiredDescription
crewIdGuidRequiredThe crew member to load.