Validate Users

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
[
    {}
]
Authentication
This operation uses the following authentication methods.
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