Create user from Management API with phone_number and email

{
    "created_at": "2019-10-30T14:57:45.281Z",
    "email": "somebody@gmail.com",
    "email_verified": false,
    "identities": [
        {
            "connection": "sms",
            "user_id": "...",
            "provider": "sms",
            "isSocial": false
        }
    ],
    "name": "+441234567890",
    "nickname": "my_nickname",
    "phone_number": "+441234567890",
    "phone_verified": false,
    "picture": "...",
    "updated_at": "2019-10-30T14:57:45.281Z",
    "user_id": "...",
    "blocked_for": [],
    "guardian_authenticators": []
}

Thank you for the answer. It is incorrect however. I generated the above output by calling the API with the passwordless sms connection strategy.

The point I am making is that one would not be able to produce the same output which only differs in the identities array by choosing the passwordless email connection strategy.