cURL
curl --request POST \ --url https://api.gologin.com/workspaces/{wid}/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "<string>" ], "limitedAccess": true, "role": "owner", "folders": [ { "name": "<string>", "role": {} } ], "workspaceName": "<string>" }'
This endpoint allows you to invite a member to a workspace by email. Recipient will receive an email with a link to join the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID