protolabs42

roles/list

List all roles in the organization.

POST
/rpc#roles.list

List all roles in the organization.

Authorization

bearerAuth
AuthorizationBearer <token>

API key obtained via invite redemption or SIWE login

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://chorus.runclaw.run/rpc#roles.list" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "id": "string",
    "name": "string",
    "purpose": "string",
    "domains": [],
    "duties": [],
    "created_at": "string"
  }
]