ybm user
Manage users
This page documents the preview (v2.21) version. Preview includes features under active development and is for development and testing only. For production, use the stable (v2024.1) version.
Use the user resource to invite and manage YugabyteDB Aeon account users.
Syntax
Usage: ybm user [command] [flags]
Examples
List users in YugabyteDB Aeon:
ybm user list
Invite a user to YugabyteDB Aeon:
ybm user invite --email developer@mycompany.com --role Developer
Commands
delete
Delete a specified user.
| Flag | Description |
|---|---|
| Required. Email of the user. |
invite
Invite a user to your YugabyteDB Aeon account.
| Flag | Description |
|---|---|
| Required. Email of the user. | |
| --role-name | Required. Name of the role to assign. |
list
List the users in your YugabyteDB Aeon account.
| Flag | Description |
|---|---|
| Email of a user. |
update
Modify the role of a user in your YugabyteDB Aeon account.
| Flag | Description |
|---|---|
| Required. Email of the user. | |
| --role-name | Required. Name of the role to assign. |