Documentation

Manage users in the Admin UI

Use the InfluxDB Cloud Dedicated Admin UI to manage users and control access to your cluster through a web-based interface. The Admin UI provides self-service user management capabilities, allowing administrators to invite new users, assign roles, and manage invitations without contacting support.

Access the Users page

  1. Access the InfluxDB Cloud Dedicated Admin UI at console.influxdata.com. If you don’t have login credentials, contact InfluxData support.
  2. Log in using the credentials provided by InfluxData.
  3. From the Account Management portal, select your cluster.
  4. In the cluster resource management view, click Users in the navigation.

The Users page displays your account information and a table of existing users and invitations.

View existing users

The Users page shows a comprehensive view of all users and pending invitations for your account:

  • Invite ID: Unique identifier for each user invitation
  • Email: Email address of the invited or existing user
  • Invited At: Date and time when the invitation was sent
  • Status: Current status of the invitation
    • accepted: User has accepted the invitation and has access to the cluster
    • expired: Invitation has expired and is no longer valid
    • revoked: Invitation has been manually revoked by an administrator

Use the search functionality to quickly find specific users by email address or invitation details.

Invite a user

Only users with the Admin role can send new invitations.

  1. On the Users page, click Invite Users.
  2. In the Invite User dialog:
    • Enter the email address of the user you want to invite
    • Select the appropriate role from the dropdown menu:
      • Admin: Full read and write permissions on all resources
      • Member: Read permission on certain resources and create permission for database tokens
      • Auditor: Read permission on all resources without modification capabilities
  3. Click Send Invitation.

An invitation email with an activation link is sent to the specified email address. The user must accept the invitation to gain access to your InfluxDB Cloud Dedicated cluster.

Invitation expiration

Invitations expire after a set period. If an invitation expires, you’ll need to send a new invitation to the user.

Manage invitations

Revoke an invitation

You can revoke pending invitations that haven’t been accepted yet:

  1. In the Users table, locate the invitation you want to revoke.
  2. Click the Actions menu (⋮) for that invitation.
  3. Select Revoke Invitation.
  4. Confirm the revocation when prompted.

Revoked invitations can no longer be used to access your cluster. The invitation status will change to revoked.

View invitation details

Click on any invitation in the table to view additional details, including:

  • Complete invitation ID
  • Exact timestamp of invitation creation
  • Current status and any status changes

User roles and permissions

InfluxDB Cloud Dedicated uses role-based access control to manage user permissions for the following roles:

Admin

  • Full read and write permissions on all cluster resources
  • Can create and delete databases, tables, and tokens
  • Can send and revoke user invitations
  • Can manage all aspects of cluster administration

Member

  • Read permission on databases and certain cluster resources
  • Can create database tokens for data access
  • Cannot delete or create databases
  • Cannot manage other users or send invitations

Auditor

  • Read-only access to all cluster resources
  • Can view databases, tables, and configuration
  • Can see user invitations but cannot create or revoke them
  • Cannot modify any resources or create tokens

Role assignment

User roles are assigned when sending invitations and cannot currently be changed through the Admin UI. To modify a user’s role, contact InfluxData support.

Limitations

  • Historical records: Invitation records remain even after user removal; use the influxctl users list command to confirm current users

For operations not available in the Admin UI, contact InfluxData support for role changes, user removal, or other advanced user management tasks.


Was this page helpful?

Thank you for your feedback!


New in InfluxDB 3.5

Key enhancements in InfluxDB 3.5 and the InfluxDB 3 Explorer 1.3.

See the Blog Post

InfluxDB 3.5 is now available for both Core and Enterprise, introducing custom plugin repository support, enhanced operational visibility with queryable CLI parameters and manual node management, stronger security controls, and general performance improvements.

InfluxDB 3 Explorer 1.3 brings powerful new capabilities including Dashboards (beta) for saving and organizing your favorite queries, and cache querying for instant access to Last Value and Distinct Value caches—making Explorer a more comprehensive workspace for time series monitoring and analysis.

For more information, check out:

InfluxDB Docker latest tag changing to InfluxDB 3 Core

On February 3, 2026, the latest tag for InfluxDB Docker images will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments.

If using Docker to install and run InfluxDB, the latest tag will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. For example, if using Docker to run InfluxDB v2, replace the latest version tag with a specific version tag in your Docker pull command–for example:

docker pull influxdb:2