Generate a Random Password
Centrify's /Core/GeneratePassword endpoint allows you to generate a new random password for an authenticated user.
Perform the steps below to generate a password.
Before continuing, ensure you are familiar with:
-
Authenticate the user with /Security/StartAuthentication and /Security/AdvanceAuthentication.
-
Invoke /Core/GeneratePassword:
POST https://ABC1234.my.centrify.net/Core/GeneratePassword
The Result field in the response contains the generated password.
{
"success": true,
"Result": "mzK,Q3<YDIXw]]_2I...",
"Message": null,
"MessageID": null,
"Exception": null,
"ErrorID": null,
"ErrorCode": null,
"InnerExceptions": null
}
Try the API in Postman:
.
Click here for help with using our sample Postman collection.
Updated over 3 years ago