Send verify email
Send an email-verification email to the user An email contains a link the user can click to verify their email address. The redirectUri, clientId and lifespan parameters are optional. The default for the redirect is the account client. The default for the lifespan is 12 hours
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
realm
user-id
Query parameters
client_id
Client id
lifespan
Number of seconds after which the generated token expires
redirect_uri
Redirect uri
Response
No Content