Transfer browser profile’s ownership (batch operation) using API interface:
Request Url:
https://api.vmlogin.com/v1/profile/transferOwnership?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&account=VMLoginAccountEmail
Request Type: GET
Name | Type | Description | required |
token | string | Authentication token | true |
profileId | string | Browser profile ID (batch operation, parameters splice with a comma , ) | true |
account | string | Account email of the profile receiver | true |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"profileId": "75AC2000-79B6-48A0-A098-D2A1CD37809C, DFFFA801-FA67-4C6F-9EFD-3A36BCB480F5",
"account": "cs@vmlogin.us"
}
Response
{
"status": "OK",
"value": 200
}
Note:
(1) For token, please refer to the "View/Change the API Token" tutorial.
(2) For profileId, please refer to the tutorial "Where is the Profile ID" or use the profile/list interface to get all profileId.