Retrieve Member
Retrieves a member by ID. Accessible to the account and to the member’s own user.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-23"
Path Parameters
Member ID (mber_ tag).
Response
member retrieved
What the member can reach on the account: customer for paying members, admin for team members, no_access once every grant has lapsed.
no_access, admin, customer "no_access"
The account this member belongs to, prefixed biz_.
When the member record was created, as an ISO 8601 timestamp.
Member ID, prefixed mber_.
When the member first joined the account, as an ISO 8601 timestamp.
When the member last opened the account's content, as an ISO 8601 timestamp. null if they never have.
joined while the member is part of the account, left after they leave.
joined, left "joined"
The user behind this member. null when the buyer is another business rather than a person.

