Required role: owner.
Explicitly create a tenant, rather than relying on first login.
A login resolves its tenant by name, so a user whose identity provider
asserts this name lands in the tenant created here.
| Request Body — REQUIRED |
|---|
name string — REQUIRED |
| Responses |
|---|
200
Tenant with that name already exists | Schema — OPTIONAL |
|---|
id uuid | initial_provider stringThe OIDC issuer this tenant was first provisioned under. Provenance
only: a tenant is resolved by name, so this does not affect which tenant
a login reaches. | name string |
|
| Schema — OPTIONAL |
|---|
id uuid | initial_provider stringThe OIDC issuer this tenant was first provisioned under. Provenance
only: a tenant is resolved by name, so this does not affect which tenant
a login reaches. | name string |
|
403
Caller is not a platform owner | Schema — OPTIONAL |
|---|
detailsDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
| Schema — OPTIONAL |
|---|
detailsDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|