Delete Multiple Users

Delete Multiple Users

Deletes multiple users or service accounts

Request
URI
POST
https://{api_host}/api/v2/user/deleteUsers
COPY
Request Body

identifiers of list of users which should be deleted

Array of string of type(s) application/json
Optional
[
    {}
]
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerListString of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": [
        "string"
    ]
}
object
status
Required

status

array of string
response
Optional

response


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v2/user/deleteUsers