Claude Platform Docs

Rôles RBAC

Lister les rôles RBAC
GET/v1/organizations/rbac_roles
Obtenir un rôle RBAC
GET/v1/organizations/rbac_roles/{role_id}
Models
RbacRole object{ id, created_at, name, 2 more }
id: string

ID of the RBAC Role.

created_at: string

RFC 3339 datetime string indicating when the RBAC Role was created.

formatdate-time
name: string

Name of the RBAC Role.

type: "rbac_role"

Object type.

For RBAC Roles, this is always "rbac_role".

defaultrbac_role
updated_at: string

RFC 3339 datetime string indicating when the RBAC Role was last updated.

formatdate-time

Rôles RBACAutorisations

Lister les autorisations d'un rôle RBAC
GET/v1/organizations/rbac_roles/{role_id}/permissions