OrganizationCreationDefaults
An interface representing an Organization creation defaults.
- Name
form- Type
object- Description
An object containing the suggested form values:
name- The suggested Organization name.slug- The suggested Organization slug.logo- The suggested Organization logo URL, ornull.blurHash- The blur hash for the logo, ornull.
- Name
advisory- Type
object | null- Description
An advisory object if there's a potential issue with the suggested organization, or
nullif no issues. Contains:code- The advisory type. Currently only'organization_already_exists'.severity- The severity level. Currently only'warning'.meta- Additional metadata, such asorganization_nameandorganization_domainfor existing organizations.
Feedback
Last updated on