Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Granting developers permissions to the Amazon WorkDocs API

Focus mode
Granting developers permissions to the Amazon WorkDocs API - Amazon WorkDocs

Notice: New customer sign-ups and account upgrades are no longer available for Amazon WorkDocs. Learn about migration steps here: How to migrate data from Amazon WorkDocs.

Notice: New customer sign-ups and account upgrades are no longer available for Amazon WorkDocs. Learn about migration steps here: How to migrate data from Amazon WorkDocs.

Note

For greater security, create federated users instead of IAM users whenever possible.

If you are an IAM administrator, you can grant Amazon WorkDocs API access to an IAM user from the same AWS account. To do this, create a Amazon WorkDocs API permission policy and attach it to the IAM user. The following API policy grants read-only permission to the various Describe APIs.

{ "Version": "2012-10-17", "Statement": [ { "Sid": "WorkDocsAPIReadOnly", "Effect": "Allow", "Action": [ "workdocs:Get*", "workdocs:Describe*" ], "Resource": [ "*" ] } ] }
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.