Web User Account REST Endpoints

Service/Web User Account
Web users can be associated with customer accounts that are linked to a login from an integrated self-service application, such as Oracle Utilities Digital Self-Service.
Create Web User Account
Method: post
Path: /rest/apis/customer/service/webUserAccounts/
Delete Web User Account
Method: delete
Path: /rest/apis/customer/service/webUserAccounts/{webUserId}/{accountId}
Get Account Verification Details
Method: get
Path: /rest/apis/customer/service/webUserAccounts/{accountId}/accountVerificationInfo
Get Web User Account
Method: get
Path: /rest/apis/customer/service/webUserAccounts/{webUserId}/{accountId}
Search Web User Accounts
Method: get
Path: /rest/apis/customer/service/webUserAccounts/{webUserId}
Update Web User Account
Method: put
Path: /rest/apis/customer/service/webUserAccounts/{webUserId}/{accountId}