Join
Joins a Tenant Broker.
Query parameters
siteIdinteger · int32Optional
Site ID from which to retrieve the Tenant Broker settings (optional).
Body
Join Tenant Broker
hashKeystring | nullableRequired
This can be the Tenant Broker secret key located at Farm | Settings | Tenant Broker, or the Tenant invitation hash created at Farm | Tenants | Add.
tenantBrokerstring | nullableOptional
The IP or DNS address of the Tenant Broker to join.
tenantNamestring | nullableOptional
The Tenant name. Applicable only if Farms are allowed to register using a secret key.
publicDomainAddressesstring | nullableOptional
The accessible name. Applicable only if Farms are allowed to register using a secret key.
Responses
204
No Content
400
Bad Request
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
412
Client Error
application/json; api-version=1.0
post
POST /api/TenantBroker/Join HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 91
{
"hashKey": "text",
"tenantBroker": "text",
"tenantName": "text",
"publicDomainAddresses": "text"
}
No content
Last updated
Was this helpful?