Validate Users
Returns valid users and service accounts, also invalid identifiers from the given list
Request
URI
POST
https://{api_host}/api/v2/user/validateUsers
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/user/validateUsers
User Operations
GET
Get All Users
POST
Create User
POST
Delete Multiple Users
POST
Grant Permission To Users
POST
Invite Users
POST
Revoke Permission From Users
POST
Validate Users
GET
Get User
PUT
Update User
DELETE
Delete User
POST
Add User To User Groups
GET
Get User Business Functions
POST
Grant User Permission
POST
Remove User From User Groups
POST
Revoke User Permission