Get Compliance Role
api/compliance/organizations/roles/retrieve
Nearest release: v2.1.245, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
api/compliance/organizations/roles/retrieve Changed · +8 / -13 lines
# Get Compliance Role ## Path parameters ## Headers ## Returns ## Example ### Response (200) ## Get Compliance Role ### Path Parameters ### Header Parameters ### Returns ### Example #### Response
---- -title: Get Compliance Role -url: https://platform.claude.com/docs/en/api/compliance/organizations/roles/retrieve ---- +# Get Compliance Role -## Get Compliance Role +**GET** `/v1/compliance/organizations/{org_uuid}/roles/{role_id}` -**get** `/v1/compliance/organizations/{org_uuid}/roles/{role_id}` - Get Compliance Role -### Path Parameters +## Path parameters - `org_uuid: string`
The role ID (tagged ID, e.g., rbac_role_abc123) -### Header Parameters +## Headers - `"x-api-key": optional string` -### Returns +## Returns - `id: string`
Role last-updated timestamp (ISO 8601) -### Example +## Example -```http +```bash curl https://api.anthropic.com/v1/compliance/organizations/$ORG_UUID/roles/$ROLE_ID \ -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY" ``` -#### Response +### Response (200) ```json {