Was this helpful?
Reset user password.
The unique ID of user.
The unique ID of the resource.
The password of user.
POST /api/users/{id}/password HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 19 { "password": "text" }
OK
No Content