기존 사용자 계정에 사용자 이름/이메일 및 암호 인증을 추가합니다. 이 호출은 장치 ID 또는 전화 번호를 통해 계정을 생성한 경우에 사용합니다.
login_url | string URL to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the Callback URL specified in the URL block of Publisher Account. For the scenario of a login error, the value should be identical to the the Error callback URL specified in the URL block of Publisher Account. To find the settings, go to Login > your Login project and select the Callback URLs section in the upper block. Required if there are several Callback URLs. |
확인
잘못된 요청
인증되지 않음
처리할 수 없는 엔터티
요청이 너무 많음
{- "email": "john-email@email.com",
- "password": "password123",
- "username": "John"
}
{- "email_confirmation_required": true
}