We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###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 }