Copy
Ask AI
firectl user update [flags]
Examples
Copy
Ask AI
firectl user update my-user --display-name="Alice Cullen"
firectl user update accounts/my-account/users/my-user --display-name="Alice Cullen"
Flags
Copy
Ask AI
--display-name string The display name of the user.
--dry-run Print the request proto without running it.
-h, --help help for update
-o, --output Output Set the output format to "text", "json", or "flag". (default text)
--role string The role of the user. Must be one of {user, admin, contributor, inference-user}.
Global flags
Copy
Ask AI
-a, --account-id string The Fireworks account ID. If not specified, reads account_id from ~/.fireworks/auth.ini.
--api-key string An API key used to authenticate with Fireworks.
-p, --profile string fireworks auth and settings profile to use.