Skip to main content

To create and manage users, navigate to the Settings page, then the Users tab. This tab includes a table of all users, and includes information about their roles, their user type and status, whether they are temporary users, their two-factor authentication (2FA) status, and more.

Users table
If you use AD/LDAP to manage user credentials, user names must be in the format domain\username.
Members of the Admin role can create, delete, and modify users on this tab. Admin is the only role with permission to manage other users.

Add or Edit Users

To add a user, click Add User. To edit an existing user, hover over their row in the table, click the ellipses, then choose Edit. The following image shows adding a new user to the application. Add a user Complete the following fields: To give the new user Admin API and/or OAuth access, click the API Access tab. Provide Admin or OAuth access To add trusted or banned IP ranges specific to this user, click the Trusted IP Ranges or Banned IP Ranges tabs to add the ranges. You can provide single IP addresses, simple ranges (such as 203.0.113.* or 203.0.113.1-255), or Classless Inter-Domain Routing (CIDR) ranges. These tabs also display the global trusted and banned ranges that have been defined on the Network Access portion of the Settings > Security page.

User Types

supports two user types:
  • Standard accounts are for people who sign in to the console interactively with a username and password.
  • Service accounts are for automated, machine-to-machine access, such as invoking Flow API endpoints or calling the Admin API. Service accounts do not sign in interactively, so the Password field is hidden; instead, they authenticate only with an authtoken or OAuth client credentials configured on the API Access tab. For example, you might pair a service account with a role that grants only the Flow API Invoke permission to let it call specific endpoints without any access to, or visibility into, the UI.

Single Sign-On

supports single sign-on (SSO) via identity providers that implement the OpenID standard. For more information, including specific guidance for Azure AD, see Single Sign-On.

Admin API Access

Each user is granted an authtoken that can be used to access the Admin API. For more information on authenticating against the Admin API, see Admin API Authentication. The specific actions that a user can perform using the Admin API mirror the actions that the same user can perform using the UI. For example, a user that cannot delete connectors in the UI cannot use the Admin API to delete connectors. To perform any action using the Admin API, use an authtoken from an Admin user when invoking the API.

Password Resets

Every user can have an email address associated with their account. This way, if they need to reset their password, they can click the Forgot password link to have a reset link emailed to them. Every password reset that is sent adds a row to the application log.