Skip to main content

Gets a tenant

GET 

https://apis.<domain>/iam/tenants/:id

Returns the details for a tenant.

Authorization Action:

iam:tenants:get

Request

Path Parameters

    id stringrequired

    ID of the tenant.

Responses

A successful response.

Schema
    tenant object
    name string

    Name for the tenant.

    id string

    Unique ID. Cannot be changed.

    type compiuta.api.iam.v2.Type

    Possible values: [COMPIUTA_MANAGED, CUSTOM]

    Default value: COMPIUTA_MANAGED

curl -L -X GET 'https://apis.<domain>/iam/tenants/:id' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://apis.<domain>
Parameters
— pathrequired