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.
organization_id string required
Organization ID (org_ prefixed string).
An array of role template objects, each with a name, description, and suggested capabilities.
cURL
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/organizations/org_abc123/roles/templates" \
-H "Authorization: Bearer $ACCESS_TOKEN"