List tenants

Retrieves a list of all tenants on this multitenant instance

Responses
  • 200 Tenants list

    Array [

    name
    string required

    The tenant internal name

    licenseLimit
    integer required

    License limit for this tenant

    _id
    string (Internal ID)

    Object internal ID

    description
    string

    A simple description for this tenant

    licenseExpiration
    integer

    Custom license expiration date for this tenant

    deletableAt
    integer

    Instant after which this tenant will be deletable

    ]

  • 204 No tenants defined or insufficient permissions
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error