action keycloak_get_realm_roles_by_id_role_id { label: "Get a specific role’s representation" provider: keycloak method: GET path: "/{realm}/roles-by-id/{role-id}" encoding: json output: { type: "object" additionalProperties: true } }