Get Organistion Active Namespaces

Get Organistion Active Namespaces

Use this endpoint to get organisation's active namespaces
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/orgs/{id}/active-namespaces
COPY
Path Parameters
string
id
Required

ID of the organisation


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TenantActiveNamespacesDto of type(s) application/vnd.vmware.dms-v1+json
{
    "namespaces": [
        "string"
    ]
}
array of string
namespaces
Optional

namespaces


400

Bad Request

Operation doesn't return any data structure