Send an email code for a directory password migration fallback or recovery transaction.
POST
/api/auth/directory-password/migration/email-code/send
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/auth/directory-password/migration/email-code/send \ --header 'Content-Type: application/json' \ --data '{ "transaction_id": "damt_email_123", "transaction_token": "migration-email-token" }'Request Body required
Section titled “Request Body required ” Media type application/json
object
transaction_id
required
string
transaction_token
required
string
key
additional properties
Example
{ "transaction_id": "damt_email_123", "transaction_token": "migration-email-token"}Responses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.
Successful response. The representation can be JSON, HTML, or a redirect.
Successful response. The representation can be JSON, HTML, or a redirect.
Successful response. The representation can be JSON, HTML, or a redirect.
Successful response. The representation can be JSON, HTML, or a redirect.