- Subcategories:
 - User Account Roles
 
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: postPath:
/hcmRestApi/resources/11.13.18.05/userAccounts - Delete a user account
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/userAccounts/{GUID} - Get a user account
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/userAccounts/{GUID} - Get all user accounts
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/userAccounts - Reset a user account password
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}/action/resetPassword - Trigger roles autoprovisioning process
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}/action/autoprovisionRoles - Update a user account
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/userAccounts/{GUID} - Update a user account password
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/userAccounts/{GUID}/action/updatePassword