Generate a random password

CyberArk Identity/Core/GeneratePassword endpoint lets you generate a new random password for an authenticated user.

Before continuing, ensure you are familiar with:

To generate a password:
  1. Authenticate the user with /Security/StartAuthentication and /Security/AdvanceAuthentication.

  2. Invoke /Core/GeneratePassword:

POST https://yourcompany.idaptive.app/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
}