cURL
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.
1
Success
Was this page helpful?