Gets the user attributes and metadata for a user.
cognitoidentityprovider_get_user(AccessToken)
A list with the following syntax:
list(
Username = "string",
UserAttributes = list(
list(
Name = "string",
Value = "string"
)
),
MFAOptions = list(
list(
DeliveryMedium = "SMS"|"EMAIL",
AttributeName = "string"
)
),
PreferredMfaSetting = "string",
UserMFASettingList = list(
"string"
)
)
[required] The access token returned by the server response to get information about the user.
svc$get_user(
AccessToken = "string"
)