Get All Environment Associated Tenants

Get All Environment Associated Tenants

Endpoint to get organizations assigned to environment
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/environments/{id}/org-associations
COPY
Path Parameters
string
id
Required

ID of the environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "string",
        "companyName": "string",
        "email": "string",
        "instanceMode": "string",
        "deleted": false,
        "active": false
    }
]

400

Bad Request

Operation doesn't return any data structure