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