We are using stytch for user management and passwordless email magic link login.
We are receiving the error
“Phone number format is invalid. Ensure the phone number is in the E.164 format.”
For the VALID phone number: +1686XXXXXXX
here is the error json
```
{
“@timestamp”: “2026-03-26T16:55:20.032Z”,
“action”: “CreateUser”,
“attributes_ip_address”: “”,
“attributes_user_agent”: “”,
“create_user_as_pending”: false,
“event_id”: “event-live-8db7f923-4fd2-4aa4-9758-14128a4b44c9”,
“http_status_code”: 400,
“phone_number”: “+1686XXXXXXX”,
“project_id”: “project-live-86cd8d98-a7ac-415d-9b73-a378429dc83d”,
“request_id”: “request-id-live-4543b915-f42a-4a1b-980d-a1836c2f94b9”,
“status”: “Error”,
“stytch_api_error.error_message”: “Phone number format is invalid. Ensure the phone number is in the E.164 format.”,
“stytch_api_error.error_type”: “invalid_phone_number”,
“stytch_api_error.error_url”: “400 - Stytch Docs,
“stytch_api_error.request_id”: “request-id-live-4543b915-f42a-4a1b-980d-a1836c2f94b9”,
“stytch_api_error.status_code”: 400,
“user_agent”: “Stytch Node v12.43.1”
}
```
Here is the link:
And heres a link