Comment on page
User Object
Properties of a user.
Email address of the user.
Type:
string
Date, in ISO 8601 format, at which the user last signed-in.
Type:
string
Managed policies attached to the user.
Type of MFA device used by the user.
Type:
string
Valid Values:
none
google-auth
mobile-otp
Status of the user.
Type:
string
Valid Values:
enabled
disabled
deleted
ID of the user.
Type:
string
Username of the user.
Type:
string
{
"emailAddress": "[email protected]",
"lastAccessDate": "2016-06-09T11:00:00Z",
"managedPolicies": [
{
"managedPolicyId": "full",
"name": "Full Access"
}
],
"mfaType": "google-auth",
"status": "enabled",
"userId": "u-00000001",
"username": "user1"
}