Skip to main content
PUT
Update a group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entityGroupId
string<uuid>
required

Entity Group ID

Body

application/json

Group object that needs to be updated

name
string
required

The name of the group

groupId
string

The Id of the group for business use

parentId
string<uuid>

The Id of the group parent, null if has no parent

description
string

A description for the group

showGroup
boolean

If the group should be shown

costCenter
boolean

If the group acts as a cost center

Response

204 - undefined