Skip to content

admin change_password.json

Mike Nolan edited this page Mar 14, 2015 · 4 revisions

###admin/change_password.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/change_password.json?token=238236fa-0e1a-499c-8051-c46e2f416387

This allows for creating new organizations. This is a HTTP POST request.

The following fields are required:

username
    username of account logged in
password
    The new password that should be used.

An example of a response looks like:

{
    "user_id": 2,
    "success": true
}
Clone this wiki locally