{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Roles API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List roles", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/hcmRestApi/scim/Roles", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve security roles defined in the application." }, { "info": { "name": "Oracle Fusion Cloud Applications Get a role", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/hcmRestApi/scim/Roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific security role." }, { "info": { "name": "Oracle Fusion Cloud Applications Update a role", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/hcmRestApi/scim/Roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing security role definition." } ] } ], "bundled": true }