curl --request POST \
--url https://api.dfns.io/auth/recover/user/code \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"orgId": "<string>"
}
'{
"message": "<string>"
}Send the user a recovery verification code. This code is used as a second factor to verify the user initiated the recovery request.
curl --request POST \
--url https://api.dfns.io/auth/recover/user/code \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"orgId": "<string>"
}
'{
"message": "<string>"
}Was this page helpful?