Groups

Create group

Use the Create group endpoint to generate a new group that you can assign your companies to.

Groups define a set of companies that are organized based on a chosen characteristic and can be managed in the same way.

Tips and traps

  • The maximum length for the group name is 50 characters.
  • It's possible to create up to 20 groups per client.
post/groups

Request body

GroupPrototype required— unresolved $ref

Response

Success

idstring uuid

Unique identifier for the group.

namestring

Descriptive name of the group.

Example response

{
  "id": "60d2fa12-8a04-11ee-b9d1-0242ac120002",
  "name": "Invoice finance team"
}

Changes