Create or Replace a Tenant
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.
Body
Name of the tenant.
Brand to be used for the account when one is not specified by the send call.
Defines the preferences used for the tenant when the user hasn't specified their own.
Tenant's parent id (if any).
Arbitrary properties accessible to a template.
A user profile object merged with user profile on send.
Response
Id of the tenant.
Name of the tenant.
Brand to be used for the account when one is not specified by the send call.
Defines the preferences used for the account when the user hasn't specified their own.
Tenant's parent id (if any).
Arbitrary properties accessible to a template.
A user profile object merged with user profile on send.