User Management
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 "[email protected]" --name "John Doe" --roles "admin,member"- List all users.
lf user list- Disable a user.
lf user disable --email "[email protected]"- Enable a user.
lf user enable --email "[email protected]"- Reset a user password.
lf user reset-password --email "[email protected]"