QBusiness / Client / get_user

get_user#

QBusiness.Client.get_user(**kwargs)#

Describes the universally unique identifier (UUID) associated with a local user in a data source.

See also: AWS API Documentation

Request Syntax

response = client.get_user(
    applicationId='string',
    userId='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The identifier of the application connected to the user.

  • userId (string) –

    [REQUIRED]

    The user email address attached to the user.

Return type:

dict

Returns:

Response Syntax

{
    'userAliases': [
        {
            'dataSourceId': 'string',
            'indexId': 'string',
            'userId': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • userAliases (list) –

      A list of user aliases attached to a user.

      • (dict) –

        Aliases attached to a user id within an Amazon Q Business application.

        • dataSourceId (string) –

          The identifier of the data source that the user aliases are associated with.

        • indexId (string) –

          The identifier of the index that the user aliases are associated with.

        • userId (string) –

          The identifier of the user id associated with the user aliases.

Exceptions