Skip to main content
GET
/
v1
/
organizations
/
roles
List org roles
curl --request GET \
  --url https://api.example.com/v1/organizations/roles
[
  {
    "id": "<string>",
    "role": "<string>",
    "org": "<string>"
  }
]

Response

200 - application/json

ok

id
string
role
string
org
string