Get Users By Ids

Get Users By Ids
Request
URI
POST
https://{api_host}/dt-rest/v100/security/manager/getusersbyids
COPY
Request Body
deleteBody of type(s) application/json
Optional
[
    {}
]
Responses
200

successful operation

{
    "0": "D",
    "1": "t",
    "2": "U",
    "3": "s",
    "4": "e",
    "5": "r",
    "6": " ",
    "7": "O",
    "8": "b",
    "9": "j",
    "10": "e",
    "11": "c",
    "12": "t"
}

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/dt-rest/v100/security/manager/getusersbyids