AWS CLI & Cognito : Able to list user details but unable to list all users

0

Hi,

Using the following CLI command I can list the details of a particular user :

aws cognito-idp admin-get-user --user-pool-id eu-west-1_a3LWXXXXX --username user.test1

However, if I try and list all the users from that pool using the following command :

aws --region us-west-1 cognito-idp list-users --user-pool-id eu-west-1_a3LWXXXXX --limit 60

I get the following error:

An error occurred (ResourceNotFoundException) when calling the ListUsers operation: User pool eu-west-1_a3LWXXXXX does not exist.

Can anyone please advise?

Many many thanks

TM20001
質問済み 3年前988ビュー
2回答
0

Apologies - my bad ! Helps if I add the correct region to the CLI command 'eu-west-1' instead of 'us-west-1'

TM20001
回答済み 3年前
0

Apologies - my bad ! Helps if I add the correct region to the CLI command 'eu-west-1' instead of 'us-west-1'

TM20001
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ