Skip to main content
Version: Next

Get tenant

GET 

/tenants/:tenantKey

Retrieves a single tenant by tenant Key.

Request

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

Responses

The tenant was retrieved successfully.

Schema
    name string

    The tenant name.

    tenantId string

    The unique external tenant ID.

    tenantKey string

    The unique system-generated internal tenant ID.

    assignedMemberKeys string[]

    The set of keys of members assigned to the tenant.

Loading...