ybm user

Manage users

Use the user resource to invite and manage YugabyteDB Managed account users.

Syntax

Usage: ybm user [command] [flags]

Examples

List users in YugabyteDB Managed:

ybm user list

Invite a user to YugabyteDB Managed:

ybm user invite --email developer@mycompany.com --role Developer

Commands

delete

Delete a specified user.

Flag Description
--email Required. Email of the user.

invite

Invite a user to your YugabyteDB Managed account.

Flag Description
--email Required. Email of the user.
--role-name Required. Name of the role to assign.

list

List the users in your YugabyteDB Managed account.

Flag Description
--email Email of a user.

update

Modify the role of a user in your YugabyteDB Managed account.

Flag Description
--email Required. Email of the user.
--role-name Required. Name of the role to assign.