API Reference
Workspaces

List members of the active workspace

GET
/v1/workspaces/members

Returns user memberships of the caller's active workspace — used by the team-management UI. Includes role and status for each member.

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/members"
{  "data": [    {}  ],  "next_cursor": "string"}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}