User Accounts REST Endpoints

User Accounts
The userAccounts resource includes all the user accounts as of the specified date. By default, the current date is retained.
Create a user account
Method: post
Path: /hcmRestApi/resources/11.13.18.05/userAccounts
Delete a user account
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}
Get a user account
Method: get
Path: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}
Get all user accounts
Method: get
Path: /hcmRestApi/resources/11.13.18.05/userAccounts
Reset a user account password
Method: post
Path: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}/action/resetPassword
Trigger roles autoprovisioning process
Method: post
Path: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}/action/autoprovisionRoles
Update a user account
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}
Update a user account password
Method: post
Path: /hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}/action/updatePassword