Tenancy Details
Tenancy details includes the details of all tenancies within the LMS. This endpoint is only accessible using an API key assigned to the tenancy with id 0. This Tenancy Id is valid for all tenancies.
Get all tenancy details:
Description |
Returns all of the tenancies within LMS. |
Request Method | GET |
Request URL | {{base_url}}/local/acorn_tenancymanagement/index.php/api/1/tenancydetails |
Authorisation Header | Bearer {api_key} |
Example Response:
{
"status": "Complete",
"data": [
{
"id": 1,
"name": "Default Tenancy",
"supportcontactname": "Organisational Development",
"supportcontactemail": "org_development@example.com",
"supportcontactlink": "",
"usercount": 343
},
{
"id": 2,
"name": "External Users",
"supportcontactname": "Patrick",
"supportcontactemail": "patrick@example.com",
"supportcontactlink": "https://www.zendesk.com",
"usercount": 103
}
]
}
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.