コンテンツにスキップ

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" }'
Media type application/json
object
transaction_id
required
string
>= 1 characters
transaction_token
required
string
>= 1 characters
key
additional properties
Example
{
"transaction_id": "damt_email_123",
"transaction_token": "migration-email-token"
}

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.