Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

openspecimen/rest/ng/users/{userId}/password?token={token}

Use this resource for set the password. Use HTTP PUT method to call this API by passing the below details in JSON format.

 

Below are the attributes which need to be sent in the request :

Parameter
Details
userIdIdentifier of user e.g. 22, 12 etc
tokenApplication generated token to set the password
newPasswordPassword that user wants to set


http[s]:<host>:<port>/openspecimen/rest/ng/users/{userId}/password?token={token}

Use this URL to set password in openSpecimen application.


Result:

The response of this request will contains the details of the updated password.

Below is the example of the set password:

URLhttp://<host>:<port>/openspecimen/rest/ng/users/{userId}/password?token={token}
MethodPUT
Requestapplication/json
json{"newPassword" : "Login1234"}

Response

"success"


 Error Cases :

code
Applies to
Status Message
200All resourcesPassword has been updated successfully
400All requestsInvalid parameters, e.g blank new password etc
401All requestsAuthorization failed, user doesn’t have authority
404All requestsUser not found, user with given details not present in the system
500All requestsInternal server error, encountered server error while performing operations

 

 

  • No labels