HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/awscli/examples/chime/invite-users.rst
**To invite users to join Amazon Chime**

The following ``invite-users`` example sends an email to invite a user to the specified Amazon Chime account. ::

    aws chime invite-users \
        --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE \
        --user-email-list "[email protected]" "[email protected]"

Output::

    {
        "Invites": [
            {
                "InviteId": "a1b2c3d4-5678-90ab-cdef-22222EXAMPLE",
                "Status": "Pending",
                "EmailAddress": "[email protected]",
                "EmailStatus": "Sent"
            }
            {
                "InviteId": "a1b2c3d4-5678-90ab-cdef-33333EXAMPLE",
                "Status": "Pending",
                "EmailAddress": "[email protected]",
                "EmailStatus": "Sent"
            }
        ]
    }

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