User
User commands help you manage and view user information within accounts and tenants. These commands provide functionality for listing users and viewing detailed user information.
list users
Returns a list of users in a given account or tenant. Results can be paginated for easier viewing.
Usage:
atym list users [flags]
Flags:
-h, --help help for users
-i, --index int Start index for the group list (default 1)
-p, --page_size int Total items returned list of groups (default 20)
show user
Display detailed information about a specific user, including their account associations.
Usage:
atym show user [flags]
Flags:
-e, --email string User email address
-h, --help Help for user
-u, --userid string User ID (use quotes with pipe)