Skip to main content
POST
Set User Password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Body

application/json;charset=UTF-8

Request DTO for updating a user's password with a reset token

token
string

Password reset token generated when user was created or password reset was requested

newPassword
string

New password to be set for the user

reseller
string

Reseller identifier

Response

Password successfully set

Result DTO returned after successfully updating a user's password

personId
string

Unique identifier of the person whose password was updated

personName
string

Display name of the person whose password was updated