MyAccount Management
//
Retrieve a Password
OAuth 2.0 scope:
- okta.myAccount.password.read
Retrieves the current user's password status
Note: This request only returns information about the password, not the password itself.
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/password \
-H 'Accept: application/json; okta-version=1.0.0'Example response
Response
{ "id": "00T196qTp3LIMZQ0L0g3", "status": "ACTIVE", "created": "2020-01-14T20:05:32.000Z", "lastUpdated": "2020-01-14T20:05:32.000Z", "_links": { "self": { … } } }