Skip to main content

Lists all tenants

GET 

/iam/tenants

Lists all tenants.

Authorization Action:

iam:tenants:list

Request

Responses

A successful response.

Schema
    tenants object[]
  • Array [
  • 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

  • ]
Loading...