AlexaForBusiness / Client / put_invitation_configuration

put_invitation_configuration#

AlexaForBusiness.Client.put_invitation_configuration(**kwargs)#

Configures the email template for the user enrollment invitation with the specified attributes.

See also: AWS API Documentation

Request Syntax

response = client.put_invitation_configuration(
    OrganizationName='string',
    ContactEmail='string',
    PrivateSkillIds=[
        'string',
    ]
)
Parameters:
  • OrganizationName (string) –

    [REQUIRED]

    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) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException

  • AlexaForBusiness.Client.exceptions.ConcurrentModificationException