Confirming New User

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsConfirming New User
      1. Tutorial
        1. API Endpoint
POST https://{url}/api/v2/user/password

Request body:

{
  "code": "confirm_code"
  "email": "user_email",
  "new_password": "password",
  "verify_password": "password"
}
        1. Example - Confirming New User
  • Request body:
{
  "code": "abc123"
  "email": "[email protected]",
  "new_password": "secret",
  "verify_password": "secret"
}
  • Request URL:
POST https://foo.com/api/v2/user/password