I have been trying to get all user details from AWS identitystore using both AWS sdk and AWS CLI. In both cases the json returned does not consists of "status" property. Although on the AWS console the status is clearly mentioned/visible.
The CLI command that I used looks like below:
aws identitystore list-users --identity-store-id="d-XXXXXXXXXXX"
The intention is to fetch all users with cron job and sync it with our on-prem DB, while keeping the statuses in check.
I have tried Nodejs AWS SDK as well as AWS CLI with no luck. I also tried fetching user details exclusively for an userid, but it return json of same structure as "list-users" command without the status field.