1**To retrieve details for specified users**
2
3This example retrieves details for all the users in the specified organization.
4
5Command::
6
7  aws workdocs describe-users --organization-id d-926726012c
8
9Output::
10
11  {
12    "Users": [
13        {
14            "Id": "S-1-1-11-1111111111-2222222222-3333333333-3333&d-926726012c",
15            "Username": "example1User",
16            "OrganizationId": "d-926726012c",
17            "RootFolderId": "3c0e3f849dd20a9771d937b9bbcc97e18796150ae56c26d64a4fa0320a2dedc9",
18            "RecycleBinFolderId": "c277f4c4d647be1f5147b3184ffa96e1e2bf708278b696cacba68ba13b91f4fe",
19            "Status": "INACTIVE",
20            "Type": "USER",
21            "CreatedTimestamp": 1535478999.452,
22            "ModifiedTimestamp": 1535478999.452
23        },
24        {
25            "Id": "S-1-1-11-1111111111-2222222222-3333333333-4444&d-926726012c",
26            "Username": "example2User",
27            "EmailAddress": "example2User@site.awsapps.com",
28            "GivenName": "example2Name",
29            "Surname": "example2Surname",
30            "OrganizationId": "d-926726012c",
31            "RootFolderId": "35b886cb17198cbd547655e58b025dff0cf34aaed638be52009567e23dc67390",
32            "RecycleBinFolderId": "9858c3e9ed4c2460dde9aadb4c69fde998070dd46e5e985bd08ec6169ea249ff",
33            "Status": "ACTIVE",
34            "Type": "MINIMALUSER",
35            "CreatedTimestamp": 1535478836.584,
36            "ModifiedTimestamp": 1535478836.584
37        }
38    ]
39  }