Delete Multiple Users
Delete multiple users
- application/json
Request Body
users object[]
Responses
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
Requested Details not found
PUT /v4/user/action/delete
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/user/action/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"skipOwnerTransfer": true,
"newUser": {
"id": 0,
"name": "string"
},
"newUserGroup": {
"id": 0,
"name": "string"
},
"user": {
"id": 0,
"name": "string"
}
}
]
}'