Identity
Disconnect a user from User Group
API Documentation
Identity
Loyalty
- GETGet loyalty accounts
- GETGet the rank of a user based on their loyalty points
- GETGet loyalty currencies
- POSTCreate a loyalty currency
- GETGet Loyalty Multipliers
- POSTCreate Loyalty Multiplier
- DELDelete Loyalty Multiplier by External Identifier
- POSTUpdate Loyalty Multiplier
- DELDelete Loyalty Multiplier by ID
- GETGet Loyalty Rule Edits
- POSTRestore Loyalty Rule Edit
- GETGet Loyalty Rule Groups
- GETGet Loyalty Rules
- POSTCreate Loyalty Rule
- POSTUpdate Loyalty Rule
- DELDelete Loyalty Rule
- POSTComplete Loyalty Rule
- GETGet Processing status for a specific user on loyalty rules
- POSTCreate Loyalty Transaction
- GETGet Loyalty Transaction Entries
- GETGet Loyalty Rule Chains
Badge
Minting
Question
Identity
Disconnect a user from User Group
This endpoint allows you to disconnect a user from another user
POST
/
api
/
users
/
disconnect
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"
}'
{}
Authorizations
Response
200
application/json
200
The response is of type object
.
Was this page helpful?
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"
}'
{}