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