Returns a list of all of the Amazon QuickSight users belonging to this account.
quicksight_list_users(AwsAccountId, NextToken, MaxResults, Namespace)
A list with the following syntax:
list(
UserList = list(
list(
Arn = "string",
UserName = "string",
Email = "string",
Role = "ADMIN"|"AUTHOR"|"READER"|"RESTRICTED_AUTHOR"|"RESTRICTED_READER",
IdentityType = "IAM"|"QUICKSIGHT",
Active = TRUE|FALSE,
PrincipalId = "string",
CustomPermissionsName = "string"
)
),
NextToken = "string",
RequestId = "string",
Status = 123
)
[required] The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
A pagination token that can be used in a subsequent request.
The maximum number of results to return from this request.
[required] The namespace. Currently, you should set this to default
.
svc$list_users(
AwsAccountId = "string",
NextToken = "string",
MaxResults = 123,
Namespace = "string"
)