Skip to main content

Account

Account commands help you manage your Atym Hub account and view account information. These commands allow you to create a new account, list available accounts, and view account details.


list accounts

List all accounts associated with a user ID.

Usage:
atym list accounts [USER_ID] [flags]

Flags:
-h, --help Help for accounts

Note: If no USER_ID is provided, lists accounts for the current user.


show account

Display detailed information about a specific account, including associated tenants and users.

Usage:
atym show account [ACCOUNT_ID] [flags]

Flags:
-h, --help Help for account

signup

Create a new user account in the Atym Hub.

Usage:
atym signup [flags]

Flags:
-e, --email string Email address
-f, --first string First name
-h, --help Help for signup
-l, --last string Last name
-p, --phone string Phone number (optional)

Required: email, first, and last.