The
ax users commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.ax users commands let you create, retrieve, update, and delete users on the Arize platform.
ax users list
List users in the account, optionally filtered by email or status.
Examples:
ax users get
Get a user by ID or email address.
Examples:
ax users create
Create a new user with a builtin account-level role. The --role flag accepts predefined role names: ADMIN, MEMBER, or ANNOTATOR.
Example:
ax users update
Update a user’s full name or developer permission flag. At least one of --full-name or --is-developer/--is-not-developer must be provided.
Examples:
ax users delete
Delete one or more users by ID or email. Each deletion cascades to organization memberships, space memberships, API keys, and role bindings. Both --id and --email accept repeated flags or comma-separated values. Emails are resolved to user IDs before deletion.
At least one
--id or --email must be provided. Each deletion is attempted independently; the results table shows the outcome (deleted, failed, not_found) for each user.
Examples:
ax users resend-invitation
Resend an invitation email for a pending (invited) user.
Example:
ax users reset-password
Send a password-reset email to a user. The user must authenticate via password (not SSO/SAML) and must have already verified their account.
Example: