Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
The
roles functions are currently in ALPHA. The API may change without notice. A one-time warning is emitted on first use.List Roles
Create a Role
Custom roles must have a unique name within the account and at least one permission. Predefined (system-managed) roles cannot be created through this endpoint.Get a Role
Update a Role
At least one ofname, description, or permissions must be provided. When permissions is provided, it fully replaces the existing permission set. Predefined roles cannot be updated.
Delete a Role
Predefined (system-managed) roles cannot be deleted.Role Fields
| Field | Type | Description |
|---|---|---|
id | string | The role ID. |
name | string | The role name. |
description | string | undefined | Optional description. |
permissions | Permission[] | List of permissions granted by this role. |
isPredefined | boolean | Whether this is a system-managed predefined role. |
createdAt | Date | When the role was created. |
updatedAt | Date | When the role was last updated. |