Update Password

This API is used to edit and update the password.

Resource URL

POST - /sms/2.0/user/update/password/{sub_uid}

Header Paramater

Authorization
required
Bearer Access Token

NOTE: Access Token here refers to the access authorization token.

URL Parameter

sub_uid
required
It is the uid we get from the Login API response

Form Parameter

currpass
required
The current password which is being used.
password
required
The new password which is set.

Example Request URL

POST - http://__JTV__HOST__/sms/2.0/user/update/password/{sub_uid}

Example Request

Success
Failure