Hi,
Please find below Json response
“$type”: “Rest.Api”,
“users”: [
{
“$type”: “Rest.Api”,
“isMailboxMoveStatus”: false,
“directReports”: [
“Test1”
],
“emailAddress”: “Test1@abcandco.com”,
“class”: “User”,
“distinguishedName”: “Test1”,
“objectClass”: “User”,
“additionalAttributes”: {
“$type”: “Rest.Api”
}
}
],
“resumeString”: “”,
“totalNumberOfObjects”: 1,
“numberOfRowsReturned”: 1,
“isSearchFinished”: true,
“errors”: ,
“warnings”:
}
From above response i wanted to print “directReports”.
Can anyone help on this. thanks in Advance