Skip to main content
PATCH
Update group

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
groupName
string

Group Name

Maximum string length: 100
Example:

"Engineering Team"

displayName
string

Display Name

Maximum string length: 100
Example:

"Engineering Team"

status
enum<string>

Status

Available options:
ACTIVE,
INACTIVE
isDeleted
boolean

Is Deleted

Example:

false

addParentGroupIds
string[]

Parent group ids to add

Example:
removeParentGroupIds
string[]

Parent group ids to remove

Example:
disableOption
enum<string>

Disable option

Available options:
KEEP_ASSOCIATIONS,
REMOVE_ASSOCIATIONS,
NA

Legal Name

Maximum string length: 100
Example:

"Engineering Department LLC"

address
object

Group Address

Response

200 - application/json

Group updated successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-08T06:33:20.711Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data