Skip to main content

Add Accounts to Sub-Groups

Add one or multiple accounts to a specific group under the master account

HTTP Request

POST /sapi/v1/vip/link-plus/subgroups/{groupId}/accounts

Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES

##Request Body

{
"accountIds": [
10001,
10002
]
}