Roles REST Endpoints

Roles
The roles resource is used to add, view, or delete membership to roles in Oracle Applications Cloud. You can also view the users assigned to each role.
Get a role
Method: get
Path: /hcmRestApi/scim/Roles/{id}
Get all roles
Method: get
Path: /hcmRestApi/scim/Roles
Update a role
Method: patch
Path: /hcmRestApi/scim/Roles/{id}