Menu

Move Profile

Basics

Path: /api/v1/user/regroup

Method: POST

Description: Regroup profiles according to profile ID


Request Parameters

Optional Body parameters can be omitted, and the parameter format is JSON.

NameTypeNecessaryDefaultExampleDescription
user_idslistYES-["xxx"]
["xxx","yyy","zzz"]
User id being grouped, format: array
group_idtextYES-123Corresponding group id


Return Data


//Operation succeeded
{
"code":0,
"data":{},
"msg":"success"
}

//Operation failed
{
"code":-1,
"data":{},
"msg":"failed"
}
    


Previous
Delete Profile V2
Next
Share Profile
Last modified: 2024-05-23Powered by