Okta Identity Governance
/End user APIs
/- Update my settings
Retrieve my settings
List my eligible delegates
Update my settings
Beta
OAuth 2.0 scope:
- okta.governance.principalSettings.manage
Updates the settings for the current authenticated user
PATCH
- Self-appointed delegate
- No delegate appointment
curl -i -X PATCH \
https://okta-subdomain.pixtulate.com/governance/api/v1/my/settings \
-H 'Content-Type: application/json' \
-d '{
"delegates": {
"appointments": [
{
"id": "gda123ABCXYZ456DEF",
"delegate": {
"type": "OKTA_USER",
"externalId": "00ub0oNGTSWTBKOLGLNR"
},
"note": "I am on parental leave"
}
]
}
}'