Skip to content

Instantly share code, notes, and snippets.

@budgester
Created April 22, 2022 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save budgester/8ef9680aea4971f87e2b32af1df3bfe8 to your computer and use it in GitHub Desktop.
Save budgester/8ef9680aea4971f87e2b32af1df3bfe8 to your computer and use it in GitHub Desktop.
aws cognito-idp list-users --user-pool-id ***** --query 'Users[]' | jq -r '.[] | [.UserStatus, .Attributes[2].Value] | @tsv' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment