:doc:`ChimeSDKIdentity <../../chime-sdk-identity>` / Client / describe_app_instance_user

**************************
describe_app_instance_user
**************************



.. py:method:: ChimeSDKIdentity.Client.describe_app_instance_user(**kwargs)

  

  Returns the full details of an ``AppInstanceUser``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-identity-2021-04-20/DescribeAppInstanceUser>`_  


  **Request Syntax**
  ::

    response = client.describe_app_instance_user(
        AppInstanceUserArn='string'
    )
    
  :type AppInstanceUserArn: string
  :param AppInstanceUserArn: **[REQUIRED]** 

    The ARN of the ``AppInstanceUser``.

    

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

    
    ::

      {
          'AppInstanceUser': {
              'AppInstanceUserArn': 'string',
              'Name': 'string',
              'Metadata': 'string',
              'CreatedTimestamp': datetime(2015, 1, 1),
              'LastUpdatedTimestamp': datetime(2015, 1, 1),
              'ExpirationSettings': {
                  'ExpirationDays': 123,
                  'ExpirationCriterion': 'CREATED_TIMESTAMP'
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AppInstanceUser** *(dict) --* 

        The name of the ``AppInstanceUser``.

        
        

        - **AppInstanceUserArn** *(string) --* 

          The ARN of the ``AppInstanceUser``.

          
        

        - **Name** *(string) --* 

          The name of the ``AppInstanceUser``.

          
        

        - **Metadata** *(string) --* 

          The metadata of the ``AppInstanceUser``.

          
        

        - **CreatedTimestamp** *(datetime) --* 

          The time at which the ``AppInstanceUser`` was created.

          
        

        - **LastUpdatedTimestamp** *(datetime) --* 

          The time at which the ``AppInstanceUser`` was last updated.

          
        

        - **ExpirationSettings** *(dict) --* 

          The interval after which an ``AppInstanceUser`` is automatically deleted.

          
          

          - **ExpirationDays** *(integer) --* 

            The period in days after which an ``AppInstanceUser`` will be automatically deleted.

            
          

          - **ExpirationCriterion** *(string) --* 

            Specifies the conditions under which an ``AppInstanceUser`` will expire.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceFailureException`

  