User Management REST Endpoints

User Management
Oracle CPQ customers can leverage identity management solutions such as Oracle Identity Cloud Service (IDCS) to simplify the administration of users and passwords. CPQ'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.
Bulk Update User Status
Method: post
Path: /rest/v16/users/actions/bulkUpdate
Create Company User
Method: post
Path: /rest/v16/companies/{companyName}/users
Get All Company Users
Method: get
Path: /rest/v16/companies/{companyName}/users
Get All Users
Method: get
Path: /rest/v16/users
Get Company User Details
Method: get
Path: /rest/v16/companies/{companyName}/users/{userName}
Get User Access Permissions
Method: get
Path: /rest/v16/companies/{companyName}/users/{userName}/accessPermissions
Get User Groups
Method: get
Path: /rest/v16/companies/{companyName}/users/{userName}/groups
Get User Password Security Question
Method: get
Path: /rest/v16/companies/{companyName}/users/{userName}/password
Import Company Users
Method: post
Path: /rest/v16/companies/{companyName}/users/actions/import
Reset User Password
Method: post
Path: /rest/v16/companies/{companyName}/users/{userName}/actions/resetPassword
Update Company User
Method: patch
Path: /rest/v16/companies/{companyName}/users/{userName}
Update User Access Permissions
Method: put
Path: /rest/v16/companies/{companyName}/users/{userName}/accessPermissions
Update User Groups
Method: put
Path: /rest/v16/companies/{companyName}/users/{userName}/groups
Update User Security Question or Password
Method: patch
Path: /rest/v16/companies/{companyName}/users/{userName}/password
Update/Create Company User
Method: put
Path: /rest/v16/companies/{companyName}/users/{userName}