Skip to content
Last updated

Get a list of suggested role templates that can be used as starting points when creating custom roles.

GEThttps://api.aitronos.com/v1/organizations/{organization_id}/roles/templates

Returns static template suggestions with recommended capability combinations for common organizational needs.

Path Parameters

organization_id string required

Organization ID (org_ prefixed string).


Returns

An array of role template objects, each with a name, description, and suggested capabilities.

cURL
curl "https://api.aitronos.com/v1/organizations/org_abc123/roles/templates" \
  -H "Authorization: Bearer $ACCESS_TOKEN"