Verify User (v2.0.0)

Command that will verify a users e-mail adress.

New version found

You are looking at a previous version of the command Verify User. The latest version of this command is v2.1.0

Overview

This command in the Authentication adapter, can be used to verify a new user. The command can also be used to verify other attributes as well as to increase security in some parts of the application. Examples of when to use for security could be to avoid that a user needs to have login with normal credentials. Instead the user enters the code that is related to the e-mail adress.

Architecture diagram

Payload example

Request

Payload example
{
"Code": "123456",
"Email": "user@example.com"
}

JSON Schema

3 properties
Code string
required

Verification code

Username stringnull
Email string <email>
required

Email address of the user