User Management REST Endpoints

User Management
The User Management API lets you to create users in identity management systems that are compliant to SCIM 2.0. The API supports customization of the requested user to be created in the sense of custom attribute mapping and group allocation, based on the requested user profile and destination identity management system.
Create user in the target IDM
Method: post
Path: /userManagement/v1/user
Get users by user name
Method: get
Path: /userManagement/v1/user
Replace user attribute values in the target IDM
Method: put
Path: /userManagement/v1/user/{id}
Update user in the target IDM
Method: patch
Path: /userManagement/v1/user/{id}