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 · min: 1 · max: 255 · 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 · min: 1 · max: 255 · nullableOptional
The IP or DNS address of the Tenant Broker to join.
tenantNamestring · min: 1 · max: 255 · nullableOptional
The Tenant name. Applicable only if Farms are allowed to register using a secret key.
publicDomainAddressesstring · min: 1 · max: 260 · 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
/api/TenantBroker/JoinNo content
Was this helpful?