Import user without email

Hi when I m importing users using user-import-export-extension I m getting this error
Unable to import user “+14xxxxxxx”:
Missing required property: email
I do not have emails as this the authentication is based on phone number and sms
please help here

Hey there!

Is this the first user you are trying to import/export? Wondering what might be the issue

Hello
I m able to export users with email, just getting error in the ones with phone_number

example -

{
"created_at": "2020-07-30T11:15:52.963Z",
"email": "kiran2-user-918208130175@xxxxx.com",
"identities": [
    {
        "user_id": "1523725526",
        "provider": "auth0",
        "connection": "Username-Password-Authentication",
        "isSocial": false
    }
],
"name": "kiran2-user-918208130175",
"nickname": "kiran2-user",
"phone_number": "+918208130175",
"picture": "https://www.gravatar.com/avatar/ca6e5ff0cf284cd7bc9805b816c2750b.jpg?s=32&d=identicon&r=PG",
"updated_at": "2021-03-18T17:50:06.565Z",
"user_id": "auth0|1523725526",
"user_metadata": {
    "accept_marketing_content": false,
    "accept_tnc": true,
    "date": "2021-03-18T17:50:06.373Z",
    "first_name": "Rajrrc",
    "last_name": "Vdyh",
    "travel_state": "Homa Bay"
},
"last_login": "2021-03-18T17:50:03.108Z",
"last_ip": "160.238.73.63",
"logins_count": 279,
"app_metadata": {
    "roles": [
        "user"
    ],
    "language": "ky"
}
},
{
"created_at": "2021-02-22T05:35:26.228Z",
"identities": [
    {
        "user_id": "60334293d950a870a4548a0a",
        "provider": "sms",
        "connection": "sms",
        "isSocial": false
    }
],
"name": "+14159156719",
"nickname": "+14159156719",
"phone_number": "+14159156719",
"phone_verified": true,
"picture": "https://cdn.auth0.com/avatars/1.png",
"updated_at": "2021-03-19T02:32:22.085Z",
"user_id": "sms|60334293d950a870a4548a0a",
"user_metadata": {
    "accept_marketing_content": false,
    "accept_tnc": true,
    "date": "2021-02-22T06:57:12.799Z",
    "first_name": "Keyna ",
    "last_name": "Twilio"
},
"app_metadata": {
    "language": "ky"
},
"last_ip": "35.231.208.47",
"last_login": "2021-03-19T02:32:22.084Z",
"logins_count": 113,
"blocked_for": [],
"guardian_authenticators": []
}
]

here the user 1st name: kiran2-user-918208130175 gets imported
but name: +14159156719 gives error

also I m not able to add identities and mfa for sms

Bumping this topic - does anyone have a resolution here?

This FAQ talks about the error when bulk import users without email, so link it with this topic.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.