Default Organisation Setting
A guide to setting a default organisation group in FlowAgent via Site Settings.
When to Use
Set a default organisation group when you want all new organisation users to automatically be added to a specific group—ensuring consistent permissions and access control.
How It Works
- Add the
defaultOrganisation
setting in your site configuration:
{
"defaultOrganisation": "group_kundegruppe---f-lles"
}
- When this is set, all new organisation users are automatically added to the specified group.
- This is useful for applying default permission rules and ensuring all external users have a baseline set of access rights.
Usage Example
Suppose you want all new vendor or customer users to be added to a shared group for default permissions:
- Go to Site Settings.
- Set the
defaultOrganisation
value to your desired group key (e.g.,group_kundegruppe---f-lles
). - Save your settings.
- All new organisation users will now be added to this group by default.
Tips
- Use a default organisation group to simplify permission management for external users.
- You can still manually assign users to additional groups as needed.