Web User REST Endpoints
Service/Web User
Web users can be associated with customer persons to keep logins from an integrated self-service application, such as Oracle Utilities Digital Self-Service.
- Create Web User
- Method: postPath:
https://server:port/spl/rest/apis/customer/service/webUsers/ - Delete Web User
- Method: deletePath:
https://server:port/spl/rest/apis/customer/service/webUsers/{webUserId} - Get Web User
- Method: getPath:
https://server:port/spl/rest/apis/customer/service/webUsers/{webUserId} - Update Web User
- Method: putPath:
https://server:port/spl/rest/apis/customer/service/webUsers/{webUserId}