Function fusionauth_rust_client::apis::default_api::create_tenant_with_id
source · pub async fn create_tenant_with_id(
configuration: &Configuration,
tenant_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
tenant_request: Option<TenantRequest>
) -> Result<TenantResponse, Error<CreateTenantWithIdError>>
Expand description
Creates a tenant. You can optionally specify an Id for the tenant, if not provided one will be generated.