Create customer group

Create a new customer group. Names must be unique per org.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Request

Body
namestringRequired1-255 characters
descriptionstring or nullOptional<=1000 characters

Response

201
idstringformat: "uuid"
namestring
descriptionstring or null
customerCountinteger
createdAtdatetime
updatedAtdatetime
customerslist of objects

Errors

400
Bad Request Error
409
Conflict Error
500
Internal Server Error