MyAccount Management
//
Create a Password
POST
curl -i -X POST \
https://okta-subdomain.pixtulate.com/idp/myaccount/password \
-H 'Accept: application/json; okta-version=1.0.0' \
-H 'Content-Type: application/json' \
-d '{
"profile": {
"password": "Abcd1234"
}
}'Example response
Response
{ "id": "00T196qTp3LIMZQ0L0g3", "status": "ACTIVE", "created": "2020-01-14T20:05:32.000Z", "lastUpdated": "2020-01-14T20:05:32.000Z", "_links": { "self": { … } } }