beycome_signup
Account stage — register a new beycome user (POST /auth/register).
Use when the owner has no account yet. beycome is passwordless: registering
automatically emails the user a 6-digit sign-in code, so the next step is
beycome_signin_verify with that code — do NOT call beycome_signin_start
after signup, the code is already on its way. If the email is already
registered, this still just sends a sign-in code (signup doubles as
signin-start). Requires firstname and phone; validation errors come
back as HTTP 400 with an errors array. No prop_id needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email address. | ||
| phone | Yes | User phone number. | |
| is_owner | No | 1 if the user is a landlord/owner, 0 otherwise. | |
| lastname | No | User last name. | |
| firstname | Yes | User first name. | |
| company_name | No | Company name. | |
| sms_unsubscribe | No | SMS opt-in flag: 0 = opt-in, 1 = opt-out. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||