Zoonk.Orgs.OrgSettings (Zoonk v0.1.0-dev)

View Source

Defines the OrgSettings schema.

It handles the private settings for an organization.

While Zoonk.Orgs.Org handles the public information shown to users, this module manages settings visible only to org admins or app admins.

Fields

Field NameTypeDescription
allowed_domainsListDomains that allow users to automatically sign in/up. If empty, admins need to manually add users.
org_idIntegerThe ID of the Zoonk.Orgs.Org this settings belongs to.
inserted_atDateTimeTimestamp when the settings were created.
updated_atDateTimeTimestamp when the settings were last updated.