Retrieve name and email address of workspace users.

0

The workspaces console shows Name, Email, and other fields that I don't see with describe-workspaces on the command line. How do I retrieve the real name and email address of the workspace user using the command line?

asked 2 years ago885 views
1 Answer
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.

Ed
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions