ybm user
Manage users
      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. |