Update PIN with Access Token
POST/identity/v2/auth/pin/change
Updates an existing PIN by providing the current PIN and a valid Access Token for authentication. This operation is typically used when a User wants to change their PIN while logged in.
Request
Responses
- 200
- 400
- 401
- 403
Successfully submit request to reset the pin
Bad Request - the request is malformed or invalid.
Status Unauthorized: The request requires user authentication.
Forbidden - the client is not allowed to access this resource.