Generate reset password token

Generates the reset password token (url encoded) for users with 'user', 'organization-admin' and 'reseller-admin' roles. It should only be used for custom customer portals to implement password reset.

POST/v3/users/{id}/reset-password-token
JWT
user:write

Parameters

NameTypeInDescription
id*stringpath

Responses

200 OK
{
  "resetPasswordToken": "string"
}