새 사용자를 생성합니다.
사용자 데이터 저장소에 대한 자세한 정보는 사용자 데이터 저장소 비교 페이지를 참조합니다.
projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 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. |
payload | string Your custom data. The value of the parameter will be returned in the |
username required | string [ 3 .. 255 ] characters 사용자 이름입니다. |
password required | string [ 6 .. 100 ] characters 사용자 암호입니다. |
email required | string [ 1 .. 255 ] characters 사용자 이메일 주소입니다. |
accept_consent | boolean 사용자가 자신의 개인 데이터 처리에 동의했는지 여부입니다. |
fields | object 확장된 등록 양식에 사용하는 매개변수입니다. 이 기능을 사용하려면 고객 성공 매니저에게 문의해야 합니다. |
확인(계정 확인이 비활성화됨)
콘텐츠 없음(계정 확인이 활성화됨)
잘못된 요청
찾을 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
{- "email": "john-email@email.com",
- "fields": {
- "additional_agreement": true,
- "nickname": "Johny",
- "promo_email_agreement": true
}, - "password": "password123",
- "username": "John"
}
{
}