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

realmstringRequired
user-idstringRequired

Query parameters

client_idstringOptional
Client id
lifespanintegerOptional
Number of seconds after which the generated token expires
redirect_uristringOptional
Redirect uri

Response

No Content

Errors