Leave a user to a workspace
curl --request POST \ --url https://api.furo.one/workspaces/leave \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "workspace_id": "<string>", "user_id": "<string>" }'
{}
This is the ID of the user group.
This is the ID of the user.
Was this page helpful?