curl --request POST \
--url https://admin.snagsolutions.io/api/users/disconnect \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"message": "Success"
}This endpoint allows you to disconnect a user from another user
curl --request POST \
--url https://admin.snagsolutions.io/api/users/disconnect \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"message": "Success"
}Body
200
The message of the disconnect user response
Success Was this page helpful?