Skip to main content

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:

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

string
required
The login username for the new user.
string
required
The initial password for the new user.
string
required
Select the user’s access level:
  • Admin — Full access to all features and settings
  • Read Only — View-only access to dashboards and monitoring
boolean
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

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
  • curl and jq installed on the machine

Step 1: SSH into the Machine

Step 2: Obtain an Authentication Token

Adjust the username and password to match your environment.

Step 3: Create the User

Change username, password, and role as needed. Valid role values: admin, read_only.

Login Endpoint

Create User Endpoint