member_register
member_registerRegister a star365 unified member (action=members.register). No money moves, but A REAL ACCOUNT IS CREATED UNDER THE PERSON email. That is why user_confirmed=true is required, and before setting it you must show the person https://star365.site/agent-privacy (what is collected and how to withdraw) and get their consent. The signup channel and member key are decided by the server, so they are not accepted as arguments. If the person is already a member, the existing member is returned instead of a new one. / 이용자의 이메일로 실제 계정이 만들어집니다. user_confirmed=true 필수이며 그 전에 동의를 받으십시오.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email to register, as confirmed by the person themselves. / 가입할 이메일 (이용자에게 확인받은 주소) | ||
| extra | No | Extra fields (optional), such as name. / 부가 정보(선택). 이름 등 | |
| agent_id | No | Calling agent id, for the audit trail. / 호출 에이전트 식별자(감사 추적용) | |
| user_confirmed | No | Has the person seen the privacy notice and agreed to sign up? Anything other than true is rejected. / 이용자가 개인정보 안내를 보고 동의했는가. true 가 아니면 거부 | |
| idempotency_key | No | Idempotency key. Server generates one if omitted. / 멱등키. 생략 시 서버가 생성 |