Move Profiles In or Out of Groups

A brief description
  • without
request URL
  • {{url}}/v1/tag/profile/move
request method
  • get
Request Query parameter
ParameterExample ValueRequiredTypeDescription
tokenYesstringauthentication token
profileIdYesstringBrowser configuration file ID, multiple parameters are separated by ,commas
tagIdnostringGroup ID, if no parameter is passed, the profile will be divided into the default group
fromnostringSource location
share: refers to the shared profile; not share: refers to my profile; if no parameters are passed, it will be automatically divided
Example of successful return
{
    "data": {},
    "code": 0,
    "msg": "OK"
}
Remark