Organization Deactivate
Select
SaaS
Customer Managed
This operation deactivates an Organization.
Path Parameters
- organizationId string required
- application/json
Request Body required
deactivateOptions object required
disableBackup boolean requireddisableLogin boolean requireddisableRestore boolean required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Organization Deactivate
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
GUID string_type_ integerproviderId integerproviderDomainName string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"GUID": "string",
"_type_": 0,
"providerId": 0,
"providerDomainName": "string"
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"GUID": "",
"_type_": 61,
"providerId": 4,
"providerDomainName": "GDPR"
}
}
}
Loading...