Admin Auth
Reset an Admin User's Password
Reset an admin user’s password using a reset-password token generated with the Generate Reset Password Token API route. You pass the token as a bearer token in the request’s Authorization header.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The provider used for authentication.
Example:
"emailpass"
Body
application/json · input · object
The input data necessary for authentication. For example, for email-pass authentication, pass email
and password
properties.
Response
200
application/json
OK
Details on the reset password's status.