ReadUser overview
Read user command for PingOne CLI
Added in v0.0.1
Table of contents
utils
readUser
Command to read/retrieve a PingOne user by ID.
Signature
export declare const readUser: Command.Command<
"read_user",
OAuthService | HttpClient | CredentialService | CacheService,
PingOneAuthError,
{ readonly userId: string; readonly environmentId: Option<string>; readonly pingoneToken: Option<Redacted<string>> }
>
Added in v0.0.1