Skip to main content
POST
Create case group

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant the case groups belong to

Body

application/json
label
string
required

Human readable label of the case group

Response

Created

id
string<uuid>

Id of the case group

tenantId
string<uuid>

Id of the tenant

label
string

Human readable label of the case group

settings
object

Settings of the case group, e.g. the categorised debt table configuration. An object without a fixed shape.

createdAt
string

When the case group was created