Lists devices, as an administrator.
Calling this action requires developer credentials.
cognitoidentityprovider_admin_list_devices(UserPoolId, Username, Limit,
PaginationToken)
A list with the following syntax:
list(
Devices = list(
list(
DeviceKey = "string",
DeviceAttributes = list(
list(
Name = "string",
Value = "string"
)
),
DeviceCreateDate = as.POSIXct(
"2015-01-01"
),
DeviceLastModifiedDate = as.POSIXct(
"2015-01-01"
),
DeviceLastAuthenticatedDate = as.POSIXct(
"2015-01-01"
)
)
),
PaginationToken = "string"
)
[required] The user pool ID.
[required] The user name.
The limit of the devices request.
The pagination token.
svc$admin_list_devices(
UserPoolId = "string",
Username = "string",
Limit = 123,
PaginationToken = "string"
)