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
Example request
{
"groupName": "My group",
"subAccountIds": [
234322,
325553,
893432
]
}Response
Group details updated