Get Tenant Information

Get Tenant Information

Get the current tenant details

Request
URI
GET
https://umip/api/v1/tenant
COPY
Query Parameters
boolean
test
Optional

Whether or not to return the currently tested tenant details. Set this query parameter to true during the initialization wizard flow in order to obtain the currently tested tenant.


Authentication
This operation uses the following authentication methods.
Responses
200

Retrieve the current tenant information. Optionally by providing 'test' query parameter with value true, the response will contain only the details of the currently tested tenant (required when obtaining tenant details during the initialization wizard flow). This is the penultimate step in the Initialization wizard flow. On the next (final) step, use the returned tenantId to accept it.

Operation doesn't return any data structure

204

In case no tenant details currently exists.

Operation doesn't return any data structure

400
Returns 400ErrorResponse of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v1/tenant