test
Returns the types of available roles at the organization and project levels.
Global authentication key required for all requests.
Responses for GET /api/rest/roles
columns and relationships of "organization_role"
columns and relationships of "project_role"
Last updated 1 year ago
GET /api/rest/roles HTTP/1.1 Host: api.mobb.ai x-mobb-key: YOUR_API_KEY Accept: */*
{ "organization_role": [ { "type": "manager" } ], "project_role": [ { "type": "admin" } ] }