Validate Accounts
Returns valid accounts (users and service accounts), also invalid identifiers from the given list
Request
URI
POST
https://{api_host}/api/v2/account/validateAccounts
COPY
Request Body
validateAccountsBody
of type(s)
application/json
Optional
[
{}
]
Responses
200
successful operation
Returns
ResponseContainerValidatedUsersDTO
of type(s)
application/json
"ResponseContainerValidatedUsersDTO Object"
object
status
Required
status
object
response
Optional
response
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v2/account/validateAccounts
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