Accounts REST Endpoints
Accounts
The account represents a staff member in Oracle B2C Service. Examples of staff members are customer sales representatives, sales agents, site administrators, and so on.
- Create an account
- Method: postPath:
/services/rest/connect/v1.4/accounts - Delete an account
- Method: deletePath:
/services/rest/connect/v1.4/accounts/{id} - Get an account
- Method: getPath:
/services/rest/connect/v1.4/accounts/{id} - Get multiple accounts
- Method: getPath:
/services/rest/connect/v1.4/accounts - Update an account
- Method: patchPath:
/services/rest/connect/v1.4/accounts/{id}