PingOne supports the ability to configure up to 10 trusted email address for an existing trusted email domain. See Trusted email domains.

Trusted email addresses properties

Property Type Required? Mutable? Description
id String Required Immutable The auto generated ID of the trusted email address.
environment.id String Required Immutable The environment resource’s unique identifier associated with the resource.
emailDomain.id String Required Immutable The trusted email domain resource’s unique identifier associated with the resource.
emailAddress String Required Mutable The trusted email address, for example john.smith@shopco.com.
status String Required Mutable The status of the trusted email address. Possible values:
  • ACTIVE
  • VERIFICATION_REQUIRED

Trusted email address activation request properties

Property Type Required? Mutable? Description
verificationCode String Required Immutable A string that specifies a one-time passcode sent to the trusted email address.

Audit reporting events

To see the effects of these events for an API call, see the event types in the Audit Report, Audit Activities API, or Webhook stream.

Service Event
notifications TRUSTED_EMAIL_CREATED
notifications TRUSTED_EMAIL_DELETED
notifications TRUSTED_EMAIL_SEND_CODE
notifications TRUSTED_EMAIL_ACTIVE

Trusted email addresses response codes

Code Message
200 Successful operation.
201 Successfully created.
204 Successfully removed. No content.
400 The request could not be completed.
401 You do not have access to this resource.
403 You do not have permissions or are not licensed to make this request.
404 The requested resource was not found.