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: postPath:
/userManagement/v1/user
- Get users by user name
- Method: getPath:
/userManagement/v1/user
- Replace user attribute values in the target IDM
- Method: putPath:
/userManagement/v1/user/{id}
- Update user in the target IDM
- Method: patchPath:
/userManagement/v1/user/{id}