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
[
{}
]
Responses
200
successful operation
Returns ResponseContainerListString of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": [
"string"
]
}
array of string
response
Optional
response
User Operations
POST
Add User To User Groups
POST
Create User
POST
Delete Multiple Users
DELETE
Delete User
GET
Get All Users
GET
Get User
GET
Get User Business Functions
POST
Grant Permission To Users
POST
Grant User Permission
POST
Invite Users
POST
Remove User From User Groups
POST
Revoke Permission From Users
POST
Revoke User Permission
PUT
Update User
POST
Validate Users