Claude Platform Docs

RBAC 角色

列出 RBAC 角色
GET/v1/organizations/rbac_roles
获取 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

RBAC 角色权限

列出 RBAC 角色权限
GET/v1/organizations/rbac_roles/{role_id}/permissions