Configuring your OrganizationUpdated 31/03/2019


The Organization Settings section is the place where you can configure global parameters for Hull. This is where you invite collaborators, define rules for identity resolution, handle billing and setup alerting.


The Organization Settings section is the place where you can configure global parameters for Hull.

Screen Shot on May 21st at 04 07 PM

Organization Name

Give your Org an easy to remember name. Usually it'd be your company name, but if you have a sandbox instance, you might want give different names to the Production and Sandbox orgs.

Receive Email Alerts for Connector Errors

In this section, you can define who will receive warnings and errors when connectors encounter issues.

Display Anonymous Users

Enabled by default, you can decide to hide Users that don't have any identifiable information (email). If you do NOT want to see anonymous user data, disable this checkbox

User Identity validation

User external ID validation

In your organization's settings screen you can enforce validation of incoming User external IDs. You can use a regular expression to validate the format of an external_id that's passed as a claim for each incoming record. If the external_id does not match the regexp provided, the selected action will be performed.

  • Move to Anonymous ID The external_id will be stored as an anonymous_id, so that you can inspect it afterwards and/or process with custom Processor logic.
  • Ignore The external_id will not be stored on the User profile at all. Use this option cautiously - if there is no other identity claim on the incoming record (such as email or anonymous_id) we will drop the payload entirely and emit a incoming.user.error log.

Account Identity validation

Account external ID validation

In your organization settings screen you can enforce validation of incoming Account external IDs. You can use a regular expression to validate the format of an external_id that's passed as a claim for each incoming record. If the external_id does not match the regexp provided, the selected action will be performed.

  • Move to Anonymous ID The external_id will be stored as an anonymous_id, so that you can inspect it afterwards and/or process with custom Processor logic.
  • Ignore The external_id will not be stored on the Account profile at all. Use this option cautiously - if there is no other identity claim on the incoming record such as domain or anonymous_id we will drop the payload entirely and emit incoming.account.error log.

Account domain blacklist

By default all incoming accounts are checked against our internal freemail domain lists available here. In the organization settings screen, you can extend it by providing an additional list of domains. Domains that match these lists will be ignored. This is useful to avoid creating accounts for things such as [gmail.com](http://gmail.com) which would have all gmail users linked. Some tools create dummy domains, this is the place to explicitely ignore them. You can add multiple domains separated by comma. The selected action is applied even if you leave additional domains field empty.

  • Move to Anonymous ID The domain will be stored as anonymous ID, so that you can inspect it or use for merging afterwards
  • Ignore The domain will not be stored on Account profile at all. Use this option cautiously - if there is no other identity claim on the incoming record such as domain or anonymous_id we will drop the payload entirely and emit incoming.account.error log.

Team

In this section, you can invite more people from your team to join and operate Hull. We distinguish two roles, Member and Owner. Only the Owner can see and change billing settings

Billing

This section will only be visible for the account Owner, and will let him/her update the billing settings, upgrade or cancel plans.