Response ‒ Tenants/Get (Specific)
For the requested Tenant, the response provides the properties in Tenants/Post.
Example JSON Tenants/Get (Specific) Response
Status 200 ‒ OK
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Tenants/$entity”,
“region”: null,
“active”: false,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,
“subdomain”: “tenant subdomain”,
“logo”: null,
“color”: “#000000”,
“colorDark”: “#FFFFFF”,
“reportColor”: “#FFFFFF”,
“cultureInfo”: null,
“reportPrefix”: null,
“timezone”:”Asia/Jerusalem”
“parentId”: null,
“name”: “tenant name”,
“id”: “5851631d4e41925b98f01234”,
“createDate”: “0001-01-01T00:00:00Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“passwordPolicy”: null,
“security”: null,
“additionalProperties”: [],
“ancestors”: []
“urls”: []
}