POST api/B2BUsers/DisconnectUserFromApp
Request Information
URI Parameters
None.
Body Parameters
disconnectInpt| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| AppKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"AppKey": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1