Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_invitation_configuration

get_invitation_configuration()

Retrieves the configured values for the user enrollment invitation email template.

See also: AWS API Documentation

Request Syntax

response = client.get_invitation_configuration()
Return type
dict
Returns
Response Syntax
{
    'OrganizationName': 'string',
    'ContactEmail': 'string',
    'PrivateSkillIds': [
        'string',
    ]
}

Response Structure

  • (dict) --
    • OrganizationName (string) --

      The name of the organization sending the enrollment invite to a user.

    • ContactEmail (string) --

      The email ID of the organization or individual contact that the enrolled user can use.

    • PrivateSkillIds (list) --

      The list of private skill IDs that you want to recommend to the user to enable in the invitation.

      • (string) --

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException