Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of group to edit

Body

application/json
grp_name
string

Internal key name of the group

grp_description
string | null

Human-readable description of the group

grp_parent_id
integer | null

ID of the parent group (for nested groups)

grp_external_id
string | null

External identifier for integration with third-party systems

grp_external_name
string | null

Alternate name from the external system

Response

updated group

status
boolean
result
object