Skip to main content
POST
Create a tenant

Authorizations

Authorization
string
header
required

Firebase Auth JWT issued by Google Identity Platform. Obtain a token by signing in at your app domain and calling firebase.auth().currentUser.getIdToken().

Body

application/json
tenant_id
string
required

Desired tenant ID. Must be unique across the platform.

Example:

"acme-corp"

name
string
Example:

"Acme Corporation"

Response

Tenant created.

tenant
object