AlexaForBusiness / Client / send_invitation

send_invitation#

AlexaForBusiness.Client.send_invitation(**kwargs)#

Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first.

See also: AWS API Documentation

Request Syntax

response = client.send_invitation(
    UserArn='string'
)
Parameters:

UserArn (string) – The ARN of the user to whom to send an invitation. Required.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException

  • AlexaForBusiness.Client.exceptions.InvalidUserStatusException

  • AlexaForBusiness.Client.exceptions.ConcurrentModificationException