Skip to main content

adt user

Look up SAP system users. When called without arguments, prints information about the currently authenticated user.

Arguments

ArgumentDescription
[query]Username or search query (supports wildcards like *).

Options

FlagDescription
-m, --max <number>Maximum number of results (default: 50).
--jsonOutput results as JSON.

Examples

# Who am I
adt user

# Single lookup
adt user PPLENKOV

# Wildcard search, machine-readable
adt user 'PPL*' --json -m 10

See also