1 Answers
1
If you have WorkDocs enabled, you should be able to use the describe-users
command to list the users in the directory:
aws workdocs describe-users --organization-id d-0000000000
where --organization-id
is the DirectoryId
you get from the describe-workspaces
command.
answered a month ago
Relevant questions
Retrieve name and email address of workspace users.
asked a month agoHow can I resolve Route 53 dns after ICANN suspended the domain name?
asked 3 months agoRetrieving DNS Name and Port Before the onGameSessionStart Callback
Accepted Answerasked a year agoSpecification of email address characters that can be specified in SES
asked 7 months agoHow can I use the same domain name in different AWS accounts?
asked 3 years agoHow do I access CloudFormation stack name from the Macro Handler?
asked 18 days agoFROM Email Address - Sender Name
asked 3 years agoUnable to update the email address of a AWS Account under AWS Organizations
asked 7 months agoHow do I stop the SendGrid Email Delivery Service?
asked a month agoIn workspace, to maintain the timezone as UTC across all workspaces. I created the GPO settings, suggested by the aws. but the gpo rule is applying on few workspaces but it is not working on others
asked 3 months ago
Just what I needed. Thanks very much.