describe
--user-id or --user-email. Pass --user-id me for the authenticated user.
Options
Filter JSON output with a jq expression; implies —output json (or jsonl for streamed commands)
Output formatOne of:
text, json, jsonl, noneUse a specific stored profile for this command, overriding BASETEN_PROFILE and the current profile
Email of the user to describe.Mutually exclusive with other flags in group
user-ref.User ID to describe. Pass ‘me’ for the authenticated user.Mutually exclusive with other flags in group
user-ref.Enable verbose logging
Examples
Describe the authenticated userFilter output with --jq
Print the user’s email
Output
Text mode (--output text): Field-per-line summary of the user.
JSON mode (--output json): payload type managementapi.UserInfo.
list
Options
Filter JSON output with a jq expression; implies —output json (or jsonl for streamed commands)
Output formatOne of:
text, json, jsonl, noneUse a specific stored profile for this command, overriding BASETEN_PROFILE and the current profile
Enable verbose logging
Examples
List all users in the orgFilter output with --jq
Print just the user emails
Output
Text mode (--output text): Table with columns: USER ID, EMAIL, NAME. When no users exist, prints “No users found.” to stderr.
JSON mode (--output json): payload type cmd.OrgUserList.