v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Master account

Update a group of sub-accounts

This endpoint allows you to update a group of sub-accounts

put/corporate/group/{id}

Path parameters

idstring required

Id of the group

Request body

groupNamestring required

The name of the group of sub-accounts

subAccountIdsinteger[]

Pass the list of sub-account Ids to be included in the group

Example request

{
  "groupName": "My group",
  "subAccountIds": [
    234322,
    325553,
    893432
  ]
}

Response

Group details updated