Path: /api/v1/user/regroup
Method: POST
Description: Regroup profiles according to profile ID
Optional Body parameters can be omitted, and the parameter format is JSON.
Name | Type | Necessary | Default | Example | Description |
---|---|---|---|---|---|
user_ids | list | YES | - | ["xxx"] ["xxx","yyy","zzz"] | User id being grouped, format: array |
group_id | text | YES | - | 123 | Corresponding group id |
//Operation succeeded
{
"code":0,
"data":{},
"msg":"success"
}
//Operation failed
{
"code":-1,
"data":{},
"msg":"failed"
}