Delete Multiple Accounts
Deletes multiple accounts (users or service accounts)
Request
URI
POST
https://{api_host}/api/v2/account/deleteAccounts
COPY
Request Body
list of accounts' identifiers to 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"
]
}
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/account/deleteAccounts
Account (user And Service Account) Operations
GET
Get All Accounts
POST
Delete Multiple Accounts
POST
Grant Permission To Accounts
POST
Revoke Permission From Accounts
GET
Get All Service Accounts
POST
Create Service Account
GET
Get Service Account
PUT
Update Service Account
POST
Activate Account
POST
Deactivate Account
GET
Get All User Accounts
POST
Create Or Update User Account
GET
Get Users With Accounts Permission
POST
Invite User Accounts
GET
Get User Account
PUT
Update User Account
POST
Validate Accounts
GET
Get Account
DELETE
Delete Account
POST
Add Account To Roles
POST
Add Account To User Groups
GET
Get Account Business Functions
POST
Grant Account Permission
POST
Remove Account From Roles
POST
Remove Account From User Groups
POST
Revoke Account Permission