Storyden
Accounts

Account Manage Update Email Verified Status

Override the verified status of an email address. This is intended for admin and integration driven account management and is not intended to be used for normal verification flows. Changing the verified status of an email address here will not trigger any verification emails or other side effects, it will simply set the field to the provided value.

Override the verified status of an email address. This is intended for admin and integration driven account management and is not intended to be used for normal verification flows. Changing the verified status of an email address here will not trigger any verification emails or other side effects, it will simply set the field to the provided value.

PATCH/accounts/{account_id}/emails/{email_address_id}/verified
storyden-session<token>

In: cookie

Path Parameters

account_id*string

Account ID.

Formatxid
email_address_id*string

An email address ID associated with the requesting account.

Formatxid

Request Body

application/json

verified*boolean

Response Body

application/json

application/json

curl -X PATCH "https://loading/api/accounts/cc5lnd2s1s4652adtu50/emails/cc5lnd2s1s4652adtu50/verified" \  -H "Content-Type: application/json" \  -d '{    "verified": true  }'
{
  "id": "cc5lnd2s1s4652adtu50",
  "email_address": "hello@storyden.org",
  "verified": true
}
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}