HEX
Server: LiteSpeed
System: Linux ip-172-31-76-142.ec2.internal 4.14.158-129.185.amzn2.x86_64 #1 SMP Tue Dec 24 03:15:32 UTC 2019 x86_64
User: 69b4844ae61d4e92bf26ad98af552775 (1065)
PHP: 7.2.27
Disabled: exec,passthru,shell_exec,system,eval
Upload Files
File: //proc/thread-self/root/lib/python2.7/site-packages/awscli/examples/chime/list-users.rst
**To list the users in an account**

The following ``list-users`` example lists the users for the specified Amazon Chime account. ::

    aws chime list-users --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE

Output::

    {
        "Users": [
            {
                "UserId": "a1b2c3d4-5678-90ab-cdef-22222EXAMPLE",
                "AccountId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
                "PrimaryEmail": "mariag@example.com",
                "DisplayName": "Maria Garcia",
                "LicenseType": "Pro",
                "UserRegistrationStatus": "Registered",
                "RegisteredOn": "2018-12-20T18:45:25.231Z"
            },
            {
                "UserId": "a1b2c3d4-5678-90ab-cdef-33333EXAMPLE",
                "AccountId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
                "PrimaryEmail": "richardr@example.com",
                "DisplayName": "Richard Roe",
                "LicenseType": "Pro",
                "UserRegistrationStatus": "Registered",
                "RegisteredOn": "2018-12-20T18:45:45.415Z"
            },
            {
                "UserId": "a1b2c3d4-5678-90ab-cdef-44444EXAMPLE",
                "AccountId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
                "PrimaryEmail": "saanvis@example.com",
                "DisplayName": "Saanvi Sarkar",
                "LicenseType": "Basic",
                "UserRegistrationStatus": "Registered",
                "RegisteredOn": "2018-12-20T18:46:57.747Z"
            },
            {
                "UserId": "a1b2c3d4-5678-90ab-cdef-55555EXAMPLE",
                "AccountId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
                "PrimaryEmail": "wxiulan@example.com",
                "DisplayName": "Wang Xiulan",
                "LicenseType": "Basic",
                "UserRegistrationStatus": "Registered",
                "RegisteredOn": "2018-12-20T18:47:15.390Z"
            }
        ]
    }

For more information, see `Managing Users <https://docs.aws.amazon.com/chime/latest/ag/manage-users.html>`_ in the *Amazon Chime Administration Guide*.