Enables or disables third party apps in a tenant.
PUT /thirdpartyapps/{tenantId}/status/{enable}
URL Parameter
{enable}
- true
to enable. false
to disable.Headers
Sample Response Model
{
"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}