cURL
curl --request POST \ --url https://api.gologin.com/share/multi \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "profile", "instanceId": "60a763f86501b32b88a109ca", "role": "admin", "recepient": "recipient@example.com", "recepients": [ "recipient1@example.com", "recipient2@example.com" ] }'
Shares multiple profiles with a user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?