:doc:`Connect <../../connect>` / Client / list_traffic_distribution_group_users

*************************************
list_traffic_distribution_group_users
*************************************



.. py:method:: Connect.Client.list_traffic_distribution_group_users(**kwargs)

  

  Lists traffic distribution group users.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListTrafficDistributionGroupUsers>`_  


  **Request Syntax**
  ::

    response = client.list_traffic_distribution_group_users(
        TrafficDistributionGroupId='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type TrafficDistributionGroupId: string
  :param TrafficDistributionGroupId: **[REQUIRED]** 

    The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return per page.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'NextToken': 'string',
          'TrafficDistributionGroupUserSummaryList': [
              {
                  'UserId': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **NextToken** *(string) --* 

        If there are additional results, this is the token for the next set of results.

        
      

      - **TrafficDistributionGroupUserSummaryList** *(list) --* 

        A list of traffic distribution group users.

        
        

        - *(dict) --* 

          Summary information about a traffic distribution group user.

          
          

          - **UserId** *(string) --* 

            The identifier for the user. This can be the ID or the ARN of the user.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  