JavaScript
Tenants
Get a Tenant
Returns one tenant with its name, parent tenant id, default preferences, properties, and the user profile applied to its members.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier representing the tenant to be returned.
Response
Id of the tenant.
Name of the tenant.
Tenant's parent id (if any).
Defines the preferences used for the account when the user hasn't specified their own.
Arbitrary properties accessible to a template.
A user profile object merged with user profile on send.
Brand to be used for the account when one is not specified by the send call.