v8

latestOpenAPI 3.1.02026-08-033623795.0 MB
Members

Retrieve Member

Retrieves a member by ID. Accessible to the account and to the member's own user.

get/members/{id}

Response

member retrieved

access_level'no_access' | 'admin' | 'customer' required

What the member can reach on the account: customer for paying members, admin for team members, no_access once every grant has lapsed.

account_idstring required

The account this member belongs to, prefixed biz_.

created_atstring required

When the member record was created, as an ISO 8601 timestamp.

idstring required

Member ID, prefixed mber_.

joined_atstring required

When the member first joined the account, as an ISO 8601 timestamp.

last_accessed_atstring nullable required

When the member last opened the account's content, as an ISO 8601 timestamp. null if they never have.

status'joined' | 'left' required

joined while the member is part of the account, left after they leave.

Example response

{
  "access_level": "no_access",
  "status": "joined"
}