Skip to content

List Members

GET
/api/v1/members

Return all non-removed memberships for the caller’s tenant.

The account owner is included as a synthetic chairman seat so this endpoint agrees with the Users tab (GET /tenant/users), which counts the owner. Without this, /settings/members reported “0 / 1, no members” while the Users tab showed the owner occupying the only seat.

Authorizations

Responses

200

Successful Response

GET /api/v1/members response body.

object
members
required
Array<object>

One row in GET /api/v1/members.

object
accepted_at
Any of:
string format: date-time
email
required
string format: email
id
required
string format: uuid
invited_at
required
string format: date-time
last_active_at
Any of:
string format: date-time
role
required
string
Allowed values: chairman operator viewer
status
required
string
Allowed values: invited active suspended removed
seat_limit
required
Any of:
integer
seats_used
required

Active + invited members counted against the ceiling.

integer