Skip to main content

Adding Users

As an administrator, you can add users individually or in bulk. Users you create receive an auto-generated password and have their Chat App access activated automatically.


Create a Single User

  1. Click Create User in the admin dashboard
  2. Enter the user's email and name
  3. The system creates the account immediately and generates a temporary password
  4. The new user appears in the confirmation list with their credentials
  5. Communicate the password to the user securely
Auto-Granted Access

Users created by an administrator automatically have their Chat App access activated and their email verification status set to active. They can log in and start chatting immediately.

Create user dialog with email and name fields Create user dialog with email and name fields


Upload Users in Bulk

You can create multiple users at once by uploading a file:

  1. Click Upload Users in the admin dashboard
  2. Select a CSV or JSON file containing the user list
  3. The system processes the file and creates all accounts
  4. A confirmation list appears showing all added users with their generated passwords

Bulk drag and drop users file upload Bulk drag and drop users file upload

CSV format example:

name,email,role
Alice Martin,alice@company.com,access
Bob Dupont,bob@company.com,access
Charlie Klein,charlie@company.com,access

JSON format example:

[
{"name": "Alice Martin", "email": "alice@company.com", "role": "access"},
{"name": "Bob Dupont", "email": "bob@company.com", "role": "access"},
{"name": "Charlie Klein", "email": "charlie@company.com", "role": "access"}
]
Check Your File

Ensure the file format is correct before uploading. Invalid entries will be skipped and reported in the confirmation list.


Download User Credentials

After creating users (individually or in bulk), you can download the complete list of added users with their passwords:

  1. After the creation confirmation appears, click Download as CSV

Success confirmation showing added users with generated passwords Success confirmation showing added users with generated passwords

  1. Confirm the password prompt to proceed with the download

Password confirmation dialog for downloading credentials Password confirmation dialog for downloading credentials

  1. Save the file securely
  2. Use it to communicate credentials to your users
Keep Credentials Secure

The CSV file contains sensitive password information. Store it securely and share passwords with users through private channels only. Delete the file once passwords have been communicated.


User Login Options

Users added by an administrator can log in using either:

  • The email and password workflow (with the credentials provided)
  • Single Sign-On (SSO) directly, if your organization has SSO configured