add users

The add users command registers users and their system-level roles in the Aizen database. You must be a user with the AIZEN_ADMIN role to run this command.

Syntax

add users <system users config file>

Parameters

Parameter
Description

<system users config file>

A json file containing a list of users and their login IDs, names, contact information (email address or phone number), alert preferences, and system-level roles. The system-level roles can be AIZEN_ADMIN and PROJECT_CREATOR.

Example

add users system_users_config.json

See the Example system_users_config.json.

Last updated