I’m trying to implement Twilio with backendless, I read the documentation here
But when I try to follow the first step
The call return me that password value and email are required.
So in first step, I don’t want that email be required. So I put my phoneNumber as identity column. I sent the body with phoneNumber. Same error. I put the body with phoneNumber AND password, but he create me a user. I didn’t receive the transactionId. So my question is : is the documentation is up to date ? Are you sure that my first call should be users/register?
Thanks you for your response