{"id":16017320,"url":"https://github.com/robertohuertasm/cognito-user-reader","last_synced_at":"2025-03-18T03:31:00.221Z","repository":{"id":57607996,"uuid":"206197809","full_name":"robertohuertasm/cognito-user-reader","owner":"robertohuertasm","description":"🔑 Utility to retrieve all users in a specific AWS user pool","archived":false,"fork":false,"pushed_at":"2021-06-23T11:38:41.000Z","size":97,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-15T16:20:00.800Z","etag":null,"topics":["aws","cli","cognito","utility"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertohuertasm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-04T00:44:29.000Z","updated_at":"2023-06-04T18:39:56.000Z","dependencies_parsed_at":"2022-08-30T08:50:57.091Z","dependency_job_id":null,"html_url":"https://github.com/robertohuertasm/cognito-user-reader","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Fcognito-user-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Fcognito-user-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Fcognito-user-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Fcognito-user-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertohuertasm","download_url":"https://codeload.github.com/robertohuertasm/cognito-user-reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221705362,"owners_count":16866949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cli","cognito","utility"],"created_at":"2024-10-08T16:05:03.241Z","updated_at":"2024-10-27T16:37:45.646Z","avatar_url":"https://github.com/robertohuertasm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cognito User Reader\n\n[![ActionsStatus](https://github.com/robertohuertasm/cognito-user-reader/workflows/Build/badge.svg)](https://github.com/robertohuertasm/cognito-user-reader/actions) [![Crates.io](https://img.shields.io/crates/v/cognito-user-reader.svg)](https://crates.io/crates/cognito-user-reader)\n\nThis small utility will fetch all the users and emails from a Cognito User Pool of your choice and print a nice file for you.\n\n## Installation\n\nYou can compile it yourself:\n\n```sh\ncargo install cognito-user-reader \n```\n\nor you can download the executable from [GitHub releases](https://github.com/robertohuertasm/cognito-user-reader/releases) and add it to your path.\n\n## Usage\n\nDepending on how you have configured `AWS`, you may need to set your credentials in your terminal.\n\nThen, just execute:\n\n```bash\ncur \u003cpool_id\u003e [-p] [-s] [-a custom:company] [-i \"id1\" \"id2\"] [-e \"a@email.com\" \"b@email.com\"] [-n] [-m] [-x 20] [-c 2020-02-10]\n```\n\nYou will see a new `cognito_users.csv` file in your working directory with all your user's emails.\n\nIf you want to learn more about the options of this `cli` just execute `cur -h`.\n\n### Options\n\n* `-a`: Array of attributes that you want to get for your users. Email is always included.\n* `-p`: Prints the result to the terminal\n* `-s`: Shows also the unconfirmed users\n* `-i`: Array of user ids to be filtered\n* `-e`: Array of user emails to be filtered\n* `-n`: Inverts the userId filter\n* `-m`: Inverts the user email filter\n* `-x`: Max number of users to retrieve\n* `-c`: Only shows users created from this date\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertohuertasm%2Fcognito-user-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertohuertasm%2Fcognito-user-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertohuertasm%2Fcognito-user-reader/lists"}