Logins

Get login password

Returns the decrypted password for a login. Gated by a LaunchDarkly feature flag per organization.

post/logins/getPassword

Request body

idstring required

External ID of the login to get password for

Response

Password retrieved successfully

passwordstring required

The decrypted password for the login

Changes