Skip to main content
A Member is one buyer’s relationship with an account — one record per customer regardless of how many memberships they hold. It carries relationship-level state: whether they have joined or left, their access level (customer, admin, or no_access), when they joined, and when they last opened the account’s content. Use the Members API to list an account’s members with filtering by access level, status, join date, and name or username search, and to retrieve a single member. Member rows are created and maintained by the membership lifecycle; to grant or revoke access, work with memberships instead.

Endpoints

Attributes

string
required
Member ID, prefixed mber_.
string
required
What the member can reach on the account: customer for paying members, admin for team members, no_access once every grant has lapsed.Available options: no_access, admin, customer
string
required
The account this member belongs to, prefixed biz_.
string
required
When the member record was created, as an ISO 8601 timestamp.
string
required
When the member first joined the account, as an ISO 8601 timestamp.
string | null
required
When the member last opened the account’s content, as an ISO 8601 timestamp. null if they never have.
string
required
joined while the member is part of the account, left after they leave.Available options: joined, left
object | null
required
The user behind this member. null when the buyer is another business rather than a person.

Properties

string
required
User ID, prefixed user_.
string | null
required
Display name.
object
required
Avatar wrapper; its url is always present, using a generated placeholder when the user set no picture.

Properties

string
required
Avatar image URL. Always present — a generated placeholder when the user set no picture.
string
required
Public username.
Member