action britbox_request_email_verification { label: "requestEmailVerification" description: "Request that the email address tied to an account be verified.\n\nThis will send a verification email to the email address of the primary profile containing\na link which, once clicked, completes the verification process via the /verify-email endpoint.\n\nNote that when an account is created this email is sent automatically so there's no need\nto call this directly.\n\nIf the user doesn't click the link before it expires then this endpoint can be called\nto request a new verification email. In the future it may also be used if we add support\nfor changing an account email address.\n" provider: britbox method: POST path: "/account/request-email-verification" encoding: json output: { type: "object" additionalProperties: true } }