Users REST Endpoints

Users
The users resource is used to create, update, delete, or view users in Oracle Fusion Cloud Applications.
Create a user
Method: post
Path: /hcmRestApi/scim/Users
Delete a user
Method: delete
Path: /hcmRestApi/scim/Users/{id}
Get a user
Method: get
Path: /hcmRestApi/scim/Users/{id}
Get all users
Method: get
Path: /hcmRestApi/scim/Users
Replace a user
Method: put
Path: /hcmRestApi/scim/Users/{id}
Update a user
Method: patch
Path: /hcmRestApi/scim/Users/{id}