diff --git a/moto/iam/responses.py b/moto/iam/responses.py index 0757d7eee..17fed1c2a 100644 --- a/moto/iam/responses.py +++ b/moto/iam/responses.py @@ -817,6 +817,7 @@ LIST_USERS_TEMPLATE = """<{{ action }}UsersResponse> {{ user.id }} {{ user.path }} {{ user.name }} + {{ user.created }} {{ user.arn }} {% endfor %}