AuralisDocs
OperationsWorkspace

See everyone who can reach this workspace and the role each holds

Everyone who can reach this workspace, with the role each one holds.

/v1/tenants/me/membersViewer
Operation id
list_members
Access
Any workspace role can call this.
GET/v1/tenants/me/members

Everyone who can reach this workspace, with the role each one holds.

Oldest member first. role is the workspace role, status is the person's account status, and last_login_at is null for someone who has never signed in.

This is the read-only list. To change a role, remove a member or invite a new one, use the operations under /v1/workspace.

Tenancy: the request is scoped to one workspace, and the credential presented is what selects it. A caller with no membership in that workspace is refused with 404, which is indistinguishable from a workspace that does not exist.

Authorisation: any workspace role, including viewer. Reads are open to every member.

Access: Authorization: Bearer carrying either a realm access token or an API key. A key must hold the workspace:read scope, and the workspace role of the person who owns it must meet the floor above.

Authorization

AuthorizationBearer <token>

A realm-issued access token, presented as Authorization: Bearer <token>. It acts as the person who signed in, and every operation resolves their workspace role live from the membership record.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/tenants/me/members"
{}