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
    tenantKey int64

    The unique system-generated internal tenant ID.

    name string

    The tenant name.

    tenantId string

    The unique external tenant ID.

    assignedMemberKeys int64[]

    The set of keys of members assigned to the tenant.

Loading...