This is the 0.5 version of Beeswax’s API documentation. For the updated 2.0 version, you can navigate by clicking the dropdown located near the top left of this site.

For more information about the ongoing migration from 0.5 to 2.0, please visit the 2.0 version.

Change Password

The change_password API method performs two functions. On POST, it sends an email to the user with a token that allows them to change their password, while on PUT it will allow the user to change their password using this token. Note, authentication is not required for this method.

To resend a welcome email to a user, see resend_user_email.

Restrictions

MethodRestriction
GETNot allowed
POSTNone
PUTNone
DELETENot allowed