Creates a RiskGroup

A Risk Group represents a collection of cases that present a similar level of risk to the organisation, and therefore are monitoring on an ongoing basis to a similar standard. While there are certain risk groups set up by default (Low, High and ex-customer), the client will need to define in the portal the ongoing actions that are taken for the corresponding groups.

This endpoint will assign a case to a risk group.

How to use

To call the endpoint you will need to perform a HTTP POST request to the URL:

Example request

{
	"RiskGroupId": "id of a risk group"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!