Resource Users REST Endpoints

Resource Users
The resource users REST resource is used to view, create, update, and delete a resource user. You can use this REST resource to manage the various stages of a resource's lifecycle, such as hiring, promotion, demotion, and so on. Note that this REST resource should be used only to work with Oracle CX Sales and B2B Service, and not for any other product family.
Create a resource user
Method: post
Path: /crmRestApi/resources/11.13.18.05/resourceUsers
Delete a resource user - Not Supported
Method: delete
Path: /crmRestApi/resources/11.13.18.05/resourceUsers/{resourceUsersUniqID}
Get a resource user
Method: get
Path: /crmRestApi/resources/11.13.18.05/resourceUsers/{resourceUsersUniqID}
Get all resource users
Method: get
Path: /crmRestApi/resources/11.13.18.05/resourceUsers
Update a resource user
Method: patch
Path: /crmRestApi/resources/11.13.18.05/resourceUsers/{resourceUsersUniqID}