Skip to Main Content

LiveLabs & Workshops

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoking SCIM Rest API to Update user and assign role to user in Oracle Fusion Cloud(saas)

Sreeprabha Prabhakaran-OracleFeb 17 2022 — edited Feb 21 2022

Hi Teams,
We are using below APIs to update user and assign role to user.
/hcmRestApi/scim/Users/{id} -PATCH method
/hcmRestApi/scim/Roles/RoleId -PATCH method
But looks like id and role id are the GUID of user and roles.
So for a third party system it will be difficult to understand these internal IDs in Saas.
Is there any way to pass user name and role name to both of these APIs instead of Ids?
Thanks,
Sree

Comments
Post Details
Added on Feb 17 2022
0 comments
778 views