:doc:`PartnerCentralAccountAPI <../../partnercentral-account>` / Client / get_alliance_lead_contact

*************************
get_alliance_lead_contact
*************************



.. py:method:: PartnerCentralAccountAPI.Client.get_alliance_lead_contact(**kwargs)

  

  Retrieves the alliance lead contact information for a partner account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/GetAllianceLeadContact>`_  


  **Request Syntax**
  ::

    response = client.get_alliance_lead_contact(
        Catalog='string',
        Identifier='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The catalog identifier for the partner account.

    

  
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The unique identifier of the partner account.

    

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

    
    ::

      {
          'Catalog': 'string',
          'Arn': 'string',
          'Id': 'string',
          'AllianceLeadContact': {
              'FirstName': 'string',
              'LastName': 'string',
              'Email': 'string',
              'BusinessTitle': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Catalog** *(string) --* 

        The catalog identifier for the partner account.

        
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the partner account.

        
      

      - **Id** *(string) --* 

        The unique identifier of the partner account.

        
      

      - **AllianceLeadContact** *(dict) --* 

        The alliance lead contact information including name, email, and business title.

        
        

        - **FirstName** *(string) --* 

          The first name of the alliance lead contact person.

          
        

        - **LastName** *(string) --* 

          The last name of the alliance lead contact person.

          
        

        - **Email** *(string) --* 

          The email address of the alliance lead contact person.

          
        

        - **BusinessTitle** *(string) --* 

          The business title or role of the alliance lead contact person.

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

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

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

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ValidationException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.InternalServerException`

  