Users
Create and manage Rapydo users directly from the Users settings page.Overview
The Users settings page provides a full interface for managing user accounts. Administrators can add users, reset passwords, change roles, and delete users without needing API access.Users Table
The Users table lists all existing users with the following columns:| Column | Description |
|---|---|
| Name | The user’s username |
| Role | The user’s role: Admin or Read Only |
| Actions | Per-row action menu |
Row Actions
Use the action menu on each row to:- Reset Password — Set a new password for the user
- Change Role — Switch the user’s role between Admin and Read Only (disabled for your own account)
- Delete — Remove the user (disabled for your own account)
Adding a User
Click Add User to open the user creation panel.Fields
The login username for the new user.
The initial password for the new user.
Select the user’s access level:
- Admin — Full access to all features and settings
- Read Only — View-only access to dashboards and monitoring
When enabled, the user will be prompted to set a new password on their first login.
Actions
- Save — Create the user
- Cancel — Discard and close the panel
User Roles
| Role | Description |
|---|---|
| Admin | Full access to all features and settings including Query Analysis, Execute Query, Scout Rules, Alerts, and Settings configuration |
| Read Only | View-only access to dashboards and monitoring. Cannot modify settings or configurations |
API Reference
Users can also be created via API. This is useful for scripted provisioning or environments without UI access.Prerequisites
- SSH access to the Rapydo machine
- Admin credentials
curlandjqinstalled on the machine
Step 1: SSH into the Machine
Step 2: Obtain an Authentication Token
Step 3: Create the User
username, password, and role as needed. Valid role values: admin, read_only.

