Magistrala
User-guidePlatform Management

Platform Users

Manage all platform users as a platform administrator

Overview

The Users tab under Platform Management lets a platform administrator view and manage every user account on the platform, across all workspaces. It's only visible to users with the platform admin role.

To access it, go to Platform Management in the sidebar, then select the Users tab.

Platform Users Table

The table can be filtered by first name, last name, username, email, ID, tag, and status.

Create a user

Click + Create to open the create-user form.

PropertyDescriptionRequired
First NameThe user's first name
Last NameThe user's last name
UsernameA unique username for login
EmailThe user's email address
PasswordThe user's initial password
TagsFree-form tags for organizing usersOptional
MetadataCustom JSON metadataOptional

Create User

Bulk create users

Click Bulk Create to create multiple users at once from a CSV file. A sample CSV is linked directly in the dialog.

The CSV must have these column headers:

HeaderDescription
UsernameLogin username
FirstNameFirst name
LastNameLast name
EmailEmail address
SecretInitial password
TagsJSON array, e.g. ["a","b"] — can be empty
MetadataJSON object — can be empty

Bulk Create Users

Each row is created individually and reported back on its own: a row with an invalid email, a missing required field, or malformed JSON in Tags/Metadata is skipped with an error naming that row number, while every valid row is still created. You'll see a per-row success or failure toast, plus a final summary once the whole file has been processed.

Manage a user

Click a row to open a user's detail page.

User Detail

Details tab

FieldDescription
NameFirst and last name — editable inline
UsernameEditable inline
IDRead-only
EmailEditable inline
TagsEditable via a dialog
MetadataShown read-only here as a summary; edit it from the Metadata tab
RoleToggle between platform admin and regular user via a confirmation dialog
StatusToggle between enabled and disabled via the switch next to the status badge

Metadata tab

A full key/value editor for the user's metadata — add, edit, or remove entries directly, independent of the Details tab's read-only summary.

User Metadata Tab

Journals

Below the tabs, every user detail page shows a Journals section — a paginated, filterable audit log of actions recorded against that user (filterable by operation).

User Journals

On this page