User properties

How can i delete my custom user properties?
I can’t change Identity in “User properties”! I want to use phone number…Why can not I edit edit user table via Data?

My app ID: 1EF74D42-0F7B-D3B5-FF0E-A7886C7F4E00
yes… one user from demo app.
i can’t delete him from “User” table via “Data Management” panel

Can i delete custom Properties from the “Available Properties” too?

Hi Maxim,

The reason you cannot set identity to the “mobile” property is because the user you created for that app does not have the value for that property. What you can do is this:

  1. Use the “Update User Properties” call (http://backendless.com/documentation/users/rest/update_user_registration.htm) to set the value of the “mobile” property for the user.
  2. Once the value is set in (1), you should be able to set the identity to “mobile”

“Available Properties” is a “dictionary” list. These properties are not used in the user definition, they are there so you can easily move them between Selected and Available.

As for deleting users from the Data screen, we’re working on it.

Hi Maxim,

You can delete user properties in the User > User Properties screen. Simply click a property in the “Selected Properties” list and it will be moved out.

Changing an identity should work. Do you have any registered users? Could you please let us know the ID of your application?

Regards,Mark