Skip to main content
POST
/
auth
/
recover
/
user
/
code
Send Recovery Code Email
curl --request POST \
  --url https://api.dfns.io/auth/recover/user/code \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "<string>",
  "orgId": "<string>"
}'
{
  "message": "<string>"
}

Authentication

No authentication required.

Required Permissions

No authentication required.

Body

application/json
username
string
required
Minimum length: 1
orgId
string
required
Minimum length: 1

Response

200 - application/json

Success

message
string
required
I