For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Command reference
    • iagctl cert-gen
    • iagctl completion
      • describe decorator
      • describe executable-object
      • describe registry
      • describe repository
      • describe secret
      • describe service
      • describe user
    • iagctl login
    • iagctl runner
    • iagctl server
    • iagctl version
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Syntax
  • Examples
  • Options
  • Options inherited from parent commands
Command referenceiagctl describe

iagctl describe user

Was this page helpful?
Previous

iagctl get decorators

Next
Built with

Display details about a user.

The iagctl describe user command displays all information about a specific user in the gateway data store, including when the user was created and when they last logged in. A login event occurs when a user runs the iagctl login command from a gateway client against a gateway server.

Syntax

$iagctl describe user <username> [flags]

Examples

The following example displays details about the admin user:

$iagctl describe user admin

The following example displays details about a user named john:

$iagctl describe user john

Options

$ -h, --help Help for user

Options inherited from parent commands

$ --profile string Specify the client profile to use (case-insensitive, defaults to [client] section)
$ --config string Path to the configuration file
$ --raw Display the result of the command in raw format
$ --verbose Enable verbose output