:doc:`DataZone <../../datazone>` / Client / get_iam_portal_login_url

************************
get_iam_portal_login_url
************************



.. py:method:: DataZone.Client.get_iam_portal_login_url(**kwargs)

  

  Gets the data portal URL for the specified Amazon DataZone domain.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetIamPortalLoginUrl>`_  


  **Request Syntax**
  ::

    response = client.get_iam_portal_login_url(
        domainIdentifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    the ID of the Amazon DataZone domain the data portal of which you want to get.

    

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

    
    ::

      {
          'authCodeUrl': 'string',
          'userProfileId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **authCodeUrl** *(string) --* 

        The data portal URL of the specified Amazon DataZone domain.

        
      

      - **userProfileId** *(string) --* 

        The ID of the user profile.

        
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataZone.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`DataZone.Client.exceptions.ConflictException`

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  