Get Amazon Amazon User Element

Authenticates Amazon Users and displays their data.

When to use?

When you want to link Amazon End User Accounts to an Alexa Skill.

How to use:

  1. Make sure you already have configured and propagated your service to Amazon Alexa with Account Linking enabled in Account Linking Mode 'Amazon' and entered one or more of the following scopes:
    • profile
    • profile:user_id
    • postal_code
  2. After the account linking process was successfully finished, you'll be able to access the user data like in the following examples:
    • ${user.user_id} when profile or profile:user_id scope is present
    • ${user.name} when profile scope is present
    • ${user.email} when profile scope is present
    • ${user.postal_code} when postal_code scope is present