Reputation: 3189
How would I change a users email address via an API? In the DB the column is users.mail.
I would like to call Drupal, via REST, from another application to change a user's email address.
I am using Drupal 7.
Thanks.
Upvotes: 0
Views: 53
Reputation: 8696
You should look at the Services module and the wealth of documentation associated with it.
Upvotes: 1