Disable User
This operation disables a User
Path Parameters
- UserId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorString stringerrorCode integerentity object
userId integeruserName string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorString": "string",
"errorCode": 0,
"entity": {
"userId": 0,
"userName": "string"
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorString": "",
"errorCode": 0,
"entity": {
"userId": 53,
"userName": "GDPR_User"
}
}
]
}
Loading...