API Reference

PUT user/reset-password/Z

PUT
user/reset-password/Z

PUT operation for user/reset-password/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://dev-rest.onboard.io/user/reset-password/Z" \  -H "Content-Type: application/json" \  -d '{    "current_password": "string",    "new_password": "string"  }'
{
  "id": 0,
  "onboarder_users": "string",
  "last_login": "2019-08-24T14:15:22Z",
  "avatar": "string",
  "first_name": "string",
  "last_name": "string",
  "name": "string",
  "email": "[email protected]",
  "date_joined": "2019-08-24T14:15:22Z",
  "timezone": "string",
  "uuid": "string",
  "current_password": "string",
  "new_password": "string"
}
Empty
Empty
Empty

How is this guide?