PutInvitationConfiguration
Configures the email template for the user enrollment invitation with the specified attributes.
Request Syntax
{
"ContactEmail": "string
",
"OrganizationName": "string
",
"PrivateSkillIds": [ "string
" ]
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- ContactEmail
-
The email ID of the organization or individual contact that the enrolled user can use.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
([0-9a-zA-Z]([+-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\w]*[0-9a-zA-Z]+)*\.)+[a-zA-Z]{2,9})
Required: No
- OrganizationName
-
The name of the organization sending the enrollment invite to a user.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[\u0009\u000A\u000D\u0020-\u007E\u0085\u00A0-\uD7FF\uE000-\uFFFD\u10000-\u10FFFF]*
Required: Yes
- PrivateSkillIds
-
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 3 items.
Pattern:
(^amzn1\.ask\.skill\.[0-9a-f\-]{1,200})|(^amzn1\.echo-sdk-ams\.app\.[0-9a-f\-]{1,200})
Required: No
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- ConcurrentModificationException
-
There is a concurrent modification of resources.
HTTP Status Code: 400
- NotFoundException
-
The resource is not found.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: