Skip to main content
The ax role-bindings commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.
The ax role-bindings commands let you create, retrieve, update, and delete role bindings on the Arize platform. A role binding assigns a role to a user on a specific resource. Only one binding per user per resource is allowed.

ax role-bindings list

List role bindings for the authenticated user’s account. --resource-type is required.
Examples:

ax role-bindings create

Create a new role binding. Assigns a role to a user on the specified resource. If a binding already exists for the user on the resource, the command exits without error.
Example:

ax role-bindings get

Get a role binding by ID.
Example:

ax role-bindings update

Update a role binding by replacing its assigned role.
Example:

ax role-bindings delete

Delete a role binding by ID. This operation is irreversible.
Examples: