Retrieve tenant

Retrieves and existing tenant based on its name

Path parameters
name
string required

Tenant name

Example tenant1
Responses
  • 200 The retrieved tenant
    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

  • 401 Authentication error
  • 403 Forbidden action
  • 404 Tenant not found
  • 500 Unexpected internal server error