Deny users to enable data privacy
Select
SaaS
Customer Managed
Deny users to enable data privacy
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Response body
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
Loading...