get_user_details(**kwargs)¶Returns information about a user.
See also: AWS API Documentation
Request Syntax
response = client.get_user_details(
    id='string',
    userName='string'
)
dict
Response Syntax
{
    'userId': 'string',
    'userName': 'string',
    'displayName': 'string',
    'primaryEmail': {
        'email': 'string',
        'verified': True|False
    },
    'version': 'string'
}
Response Structure
(dict) --
userId (string) --
The system-generated unique ID of the user.
userName (string) --
The name of the user as displayed in Amazon CodeCatalyst.
displayName (string) --
The friendly name displayed for the user in Amazon CodeCatalyst.
primaryEmail (dict) --
The email address provided by the user when they signed up.
email (string) --
The email address.
verified (boolean) --
Whether the email address has been verified.
version (string) --
Exceptions
CodeCatalyst.Client.exceptions.ThrottlingExceptionCodeCatalyst.Client.exceptions.ConflictExceptionCodeCatalyst.Client.exceptions.ValidationExceptionCodeCatalyst.Client.exceptions.ServiceQuotaExceededExceptionCodeCatalyst.Client.exceptions.ResourceNotFoundExceptionCodeCatalyst.Client.exceptions.AccessDeniedException