Tenant Details extraction using orchestrator HTTP API Activity

Hi All,

I am trying to extract tenant detail using orchestrator API - /odata/Tenants and /odata/Tenants({id}) - I get the result as - you are not authorized.
{
“message”: “You are not authenticated!”,
“errorCode”: 0,
“result”: null,
“targetUrl”: null,
“success”: false,
“error”: {
“code”: 0,
“message”: “You are not authenticated!”,
“details”: “You should be authenticated (sign in) in order to perform this operation.”,
“validationErrors”: null
}

I tried extracting the detail using HTTP end point
GET- orchestrator_/odata/?tid={id} - but I get different output

“value”: [
{
“name”: “”,
“kind”: “”,
“url”: “”
}]

I want to get the tenant id and tenant name is there any other possiblity

@quick_123,

Tenent requests can be accessed through only admin users. Make sure you are authenticating using admin credentials.

Thanks,
Ashok :slightly_smiling_face: