GET Domains({id})/TenantReferences
Get references to all tenants using a domain.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | ID of the domain. |
Type: |
| name |
Type: String |
|
| skip |
Type: Number |
|
| take |
Type: Number |
Response Information
A list of tenant references.
Response type
CollectionResultModel<ReferenceModel>
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:Domains(241b45cc-261d-47d0-81d7-a0a41c54c760)/TenantReferences]",
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)]",
"Name": "Tenant 1",
"Id": "91ade655-feb5-47d3-9585-a5827ad50132"
}
]
}