Organization
The workspace's own members and pending invites, plus the read-only
orgMembers (organization owners/admins granted access to the workspace).
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/workspaces/string/members"{ "data": { "members": [ { "id": "string", "email": "string", "username": "string", "role": "owner" } ], "orgMembers": [ { "id": "string", "email": "string", "username": "string" } ], "invites": [ { "identifier": "string", "role": "admin", "createdAt": "2019-08-24T14:15:22Z" } ] }}Invite a member to a workspace POST
Sends an invite (by email) into the workspace. Role defaults to `member`.
List workspaces GET
For an organization workspace, lists the workspaces inside it with each one's sender-seat allocation, connected senders and member count, plus the organization's seat pool (`pool` / `allocated` / `available`). When the connected workspace is not an organization, returns `isOrganization: false` and an empty `workspaces` list.