Start a new topic

Reset a username

I realize there is a way to reset a password but is there a way to reset a username? Thanks.

I'm not sure what you mean by "reset" a username. However, you can change usernames like any other field, by updating the user entity (http://devcenter.kinvey.com/rest/guides/users#update).
If I have a user with a username-password of "rob-12345" will changing either "rob" or "12345" create a different _id or access control value? Just wanted to double check rather than assume.
No, the _id of a user can never change, regardless of any updates to the entity's fields.
Login or Signup to post a comment