YugabyteDB · Capability
YugabyteDB Anywhere APIs — RBAC management
YugabyteDB Anywhere APIs — RBAC management. 8 operations. Lead operation: YugabyteDB Anywhere List All the Permissions Available. Self-contained Naftiko capability covering one Yugabytedb business surface.
What You Can Do
GET
Listpermissions
— YugabyteDB Anywhere List All the Permissions Available
/v1/api/v1/customers/{cuuid}/rbac/permissions
GET
Listroles
— YugabyteDB Anywhere List All the Roles Available
/v1/api/v1/customers/{cuuid}/rbac/role
POST
Createrole
— YugabyteDB Anywhere Create a Custom Role
/v1/api/v1/customers/{cuuid}/rbac/role
DELETE
Deleterole
— YugabyteDB Anywhere Delete a Custom Role
/v1/api/v1/customers/{cuuid}/rbac/role/{ruuid}
GET
Getrole
— YugabyteDB Anywhere Get a Role's Information
/v1/api/v1/customers/{cuuid}/rbac/role/{ruuid}
PUT
Editrole
— YugabyteDB Anywhere Edit a Custom Role
/v1/api/v1/customers/{cuuid}/rbac/role/{ruuid}
GET
Getrolebindings
— YugabyteDB Anywhere Get All the Role Bindings Available
/v1/api/v1/customers/{cuuid}/rbac/role-binding
POST
Setrolebinding
— YugabyteDB Anywhere Set the Role Bindings of a User
/v1/api/v1/customers/{cuuid}/rbac/role-binding/{useruuid}
MCP Tools
yugabytedb-anywhere-list-all-permissions
YugabyteDB Anywhere List All the Permissions Available
read-only
idempotent
yugabytedb-anywhere-list-all-roles
YugabyteDB Anywhere List All the Roles Available
read-only
idempotent
yugabytedb-anywhere-create-custom-role
YugabyteDB Anywhere Create a Custom Role
yugabytedb-anywhere-delete-custom-role
YugabyteDB Anywhere Delete a Custom Role
idempotent
yugabytedb-anywhere-get-role-s-information
YugabyteDB Anywhere Get a Role's Information
read-only
idempotent
yugabytedb-anywhere-edit-custom-role
YugabyteDB Anywhere Edit a Custom Role
idempotent
yugabytedb-anywhere-get-all-role
YugabyteDB Anywhere Get All the Role Bindings Available
read-only
idempotent
yugabytedb-anywhere-set-role-bindings
YugabyteDB Anywhere Set the Role Bindings of a User