Skip to main content
List deployment-supported workspace role templates
curl --request GET \
  --url https://api.acornops.dev/api/v1/workspaces/{workspaceId}/roles \
  --cookie acornops_cp_session=
{
  "items": [
    {
      "key": "<string>",
      "displayName": "<string>",
      "capabilities": [
        "<string>"
      ],
      "protected": true,
      "sortOrder": 123,
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

acornops_cp_session
string
cookie
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"4b930d98-add9-4924-ab26-3c16d96ec373"

Response

Deployment-supported role catalog: { items: RoleTemplate[] }. Role templates include key, displayName, description, kind, capabilities, protected, and sortOrder.

items
object[]
required