Create a custom role scoped to the organization.
Documentation Index
Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt
Use this file to discover all available pages before exploring further.
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Role name. Must be unique within the organization.
Domain actions this role grants. Unknown action keys fail deserialization (400). Empty list is allowed.
A domain action a role can grant. Action keys follow
<scope>.<resource>.<verb> (e.g. org.project.create).
org.project.create, org.user.view, org.user.invite, org.user.remove, org.user.role.update, org.billing.manage, org.domain.view, org.domain.manage, org.kb.create, org.profile.update, org.role.manage, org.notification.channel.view, org.notification.channel.manage, org.notification.rule.view, org.notification.rule.manage Optional human-readable description.
Role created
A role with its full set of granted actions.
Domain actions this role grants. May be empty.
A domain action a role can grant. Action keys follow
<scope>.<resource>.<verb> (e.g. org.project.create).
org.project.create, org.user.view, org.user.invite, org.user.remove, org.user.role.update, org.billing.manage, org.domain.view, org.domain.manage, org.kb.create, org.profile.update, org.role.manage, org.notification.channel.view, org.notification.channel.manage, org.notification.rule.view, org.notification.rule.manage Stable role identifier. Pass as role_id to
PATCH /orgs/{org_id}/users to assign this role to a member.
Role name. Unique within the organization (and globally for system roles).
Whether a role is a built-in preset or defined by the organization.
system roles are read-only; custom roles can be edited or deleted
by an organization admin.
system, custom Optional human-readable description.