User Management
Note
Each interaction with AI GO! is associated with a user, which enables collaboration and traceability when doing technical evaluations of AI agents.
Usage
The user CLI exposes commands that allow admins to manage users.
- Create a user. This command prints the password of the newly created user to the terminal.
lf user add --email "john@myorg.com" --name "John Doe" --roles "admin,member"- List all users.
lf user list- Disable a user.
lf user disable --email "john@myorg.com"- Enable a user.
lf user enable --email "john@myorg.com"- Reset a user password.
lf user reset-password --email "user@myorg.com"