Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
422 | password and password_confirmation do NOT match |
(json) Update email: PUT {"email": "test2@test.org"}
(xml) Update email and password: <user> <email>test3@test.org</email> <password>testchange</password> <password_confirmation>testchange</password_confirmation> </user>
Param name | Description |
---|---|
email optional |
Email address of the new user Validations:
|
password optional |
Password for the new user Validations:
|
password_confirmation optional |
Password again to ensure user didn't make a mistake Validations:
|
first_name optional |
First name. Validations:
|
last_name optional |
Last name. Validations:
|