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

**********************
get_profile_visibility
**********************



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

  

  Retrieves the visibility settings for a partner profile, determining who can see the profile information.

  

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


  **Request Syntax**
  ::

    response = client.get_profile_visibility(
        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',
          'Visibility': 'PRIVATE'|'PUBLIC',
          'ProfileId': '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.

        
      

      - **Visibility** *(string) --* 

        The visibility setting for the partner profile (public, private, restricted, etc.).

        
      

      - **ProfileId** *(string) --* 

        The unique identifier of the partner profile.

        
  
  **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`

  