cURL
curl --request POST \ --url https://api.gologin.com/workspaces/{wid}/profiles/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "toEmail": "[email protected]", "instanceIds": [ "6200f55e7685342e170dc531" ] } '
Transfers a profile to another workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Email of the recipient.
"[email protected]"
Array of instance ids to transfer profiles to.
["6200f55e7685342e170dc531"]
Was this page helpful?