Manage Domains

Overview

Domains are used to decide who can join your organization. They allow new Users to run your flows without first being configured, while preventing outsiders from joining.

If a User's email matches a configured Domain for your Organization, they will automatically join your Organization when:

  • They interact with the Sym Slack App in your configured workspace
  • They log in to symflow CLI and run any command

That User's primary email will also be used for Identity Discovery when interacting with any Services connected to Sym. For more information on identity, see: Managing User Identity.

📘

Domains only affect automatic User creation

Users may still be added manually using symflow users create even if their email does not match any of the configured Domains.

Commands

CommandWhat it doesExample
listLists currently configured domains.symflow domains list
addAdds a new domain to your organizationsymflow domains add example.com
removeRemoves a domain from your organizationsymflow domains remove example.com

Usage details

list

$ symflow domains list
Your organization's configured domains:
- example.com
- subdomain.example.com

add

$ symflow domains add example.com
example.com successfully added as a domain.

remove

Use this command to remove a Domain. Note that this will not affect any existing Users in your Organization.

$ symflow domains remove example.com
example.com successfully removed as a domain.