User Management REST Endpoints

User Management
CPQ Cloud customers can leverage identity management solutions such as Oracle Identity Cloud Service (IDCS) to simplify the administration of users and passwords. CPQ Cloud's integration features simplify the implementation of identity services for Enterprise customers by allowing customers to delegate user management activities such as user creation, activation, revocation, and password management for host company users to IDCS or other Identity Service providers.
Create User
Method: post
Path: /rest/v7/companies/{companyName}/users
Get User Details
Method: get
Path: /rest/v7/companies/{companyName}/users/{userName}
Replace User Details
Method: put
Path: /rest/v7/companies/{companyName}/users/{userName}
Reset User Password
Method: post
Path: /rest/v7/companies/{companyName}/users/{userName}/actions/resetPassword
Update User
Method: patch
Path: /rest/v7/companies/{companyName}/users/{userName}