Retrieve Member
Retrieves a member by ID. Accessible to the account and to the member’s own user.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-21"
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 "admin"
The account this member belongs to, prefixed biz_.
"biz_xxxxxxxxxxxxxx"
When the member record was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Member ID, prefixed mber_.
"mber_xxxxxxxxxxxxxx"
When the member first joined the account, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
When the member last opened the account's content, as an ISO 8601 timestamp. null if they never have.
"2026-01-01T12:00:00.000Z"
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.

