Amazon QuickSight API Reference
Amazon QuickSight is a fully managed, serverless, cloud business intelligence service that makes it easy to extend data and insights to every user in your organization. This API interface reference contains documentation for a programming interface that you can use to manage Amazon QuickSight.
quicksight()
create_group | Creates an Amazon QuickSight group |
create_group_membership | Adds an Amazon QuickSight user to an Amazon QuickSight group |
delete_group | Removes a user group from Amazon QuickSight |
delete_group_membership | Removes a user from a group so that the user is no longer a member of the group |
delete_user | Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management (IAM) user or role that's making the call |
delete_user_by_principal_id | Deletes a user identified by its principal ID |
describe_group | Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN) |
describe_user | Returns information about a user, given the user name |
get_dashboard_embed_url | Generates a server-side embeddable URL and authorization code |
list_group_memberships | Lists member users in a group |
list_groups | Lists all user groups in Amazon QuickSight |
list_user_groups | Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of |
list_users | Returns a list of all of the Amazon QuickSight users belonging to this account |
register_user | Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM) identity or role specified in the request |
update_group | Changes a group description |
# NOT RUN {
svc <- quicksight()
svc$create_group(
Foo = 123
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab