Organization
Sends an invite (by email) into the workspace. Role defaults to member.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/workspaces/string/members" \ -H "Content-Type: application/json" \ -d '{ "email": "jane@acme.com", "role": "member" }'{ "data": { "ok": true }}Get a workspace GET
Returns one workspace inside the connected organization, including its members, the organization managers granted access via the organization (read-only), and pending invites.
List a workspace's members GET
The workspace's own `members` and pending `invites`, plus the read-only `orgMembers` (organization owners/admins granted access to the workspace).