Skip to content
Myra Online Help Updated · 21 Aug 2026

Resending the confirmation email for a notification address

Note

The address must already be registered for the organisation and must not yet be verified; otherwise, the request returns a 404 or 409 error.

Note

This request is only available to SOC users.

Sends a POST request to the endpoint /organisations/{organisation}/notification-emails/resend.

Description

The Resend-Verification request resends the confirmation email for an unverified notification address of an organisation.

Requirements

Values of the request: Organisation ID {organisation}

Objects: none

Request

To resend the confirmation email, add the Organisation ID {organisation} to the path of the request and define the target address in the body:

Attributes Description Values
email The notification address to which the confirmation email is resent. string

In response to a successful request, the system returns only the HTTP status code 200.

Example

Example request body:

{
  "email": "alerts@example.com"
}

Responses

The following responses are available:

STATUS CODE DESCRIPTION
200 The request has succeeded.
401 The request has not succeeded because the user authentication was incorrect.
403 The request has not succeeded because the user does not have the right permissions.
404 The request was unsuccessful because the requested resource was not found.
409 The request was unsuccessful because there is a conflict with the current state.
422 The request was unsuccessful because the submitted data could not be processed.