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: postPath:
/rest/v7/companies/{companyName}/users
- Get User Details
- Method: getPath:
/rest/v7/companies/{companyName}/users/{userName}
- Replace User Details
- Method: putPath:
/rest/v7/companies/{companyName}/users/{userName}
- Reset User Password
- Method: postPath:
/rest/v7/companies/{companyName}/users/{userName}/actions/resetPassword
- Update User
- Method: patchPath:
/rest/v7/companies/{companyName}/users/{userName}