Generate a Random Password

CyberArk Identity /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:

  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
}