Manage Bill Management Users

You can register your customer contacts as external users in Oracle Bill Management Cloud so that they can pay, print, and dispute their own transactions.
Before you can register customer contacts using the Bill Management Users REST API, they must:
  1. Have a valid email address in Oracle Receivables Cloud or Oracle Trading Community Model Cloud.
  2. Be a user in Oracle Human Resources Cloud (HCM).
  3. Have the Bill Management role assigned to them.
  4. Be associated with a customer account or customer account site.

You can use REST APIs for common features and Bill Management to set up a customer contact so they can manage their own transactions. Here are some examples:

REST API Task Action

Users

Register a user in HCM

POST

Users

Get the role ID for the user in HCM

GET

Users

Get the user ID for the user in HCM

GET

Roles

Assign a role to the user

PATCH

Bill Management Users

Register a user in Bill Management

POST

Bill Management Users

Find all users for a customer

GET

Bill Management Users

Get a specific user for a customer account

GET

Note:

Refer to the REST API for Common Features in Oracle Applications Cloud guide on the Oracle Help Center (docs.oracle.com) for details on the Users and Roles REST APIs.