diff --git a/moto/iam/responses.py b/moto/iam/responses.py
index 8e19b3aa7..64f4e3297 100644
--- a/moto/iam/responses.py
+++ b/moto/iam/responses.py
@@ -807,6 +807,7 @@ USER_TEMPLATE = """<{{ action }}UserResponse>
{{ user.path }}
{{ user.name }}
{{ user.id }}
+ {{ user.created_iso_8601 }}
{{ user.arn }}
{{ action }}UserResult>