curl --request PUT \
--url https://api.dfns.io/auth/registration/code \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"orgId": "<string>"
}
'{
"message": "<string>"
}Sends the user a new registration code. The previous registration code will be marked invalid. If the user has already completed their registration no action will be taken.
curl --request PUT \
--url https://api.dfns.io/auth/registration/code \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"orgId": "<string>"
}
'{
"message": "<string>"
}Was this page helpful?