The Okta Personal Settings API provides operations to manage the Okta Personal settings of your Okta org.
okta.personal.adminSettings.manage
Replaces Okta Personal admin settings in a Workforce org
No Content
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "enableExportApps": true,
- "enableEnduserEntryPoints": true
}
{- "errorCode": "E0000015",
- "errorSummary": "You do not have permission to access the feature you are requesting",
- "errorLink": "E0000015",
- "errorId": "oaeStOuPPxDRUm3PJhf-tL7bQ",
- "errorCauses": [ ]
}
okta.personal.adminSettings.read
Lists all blocked email domains which are excluded from app migration
OK
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "domains": [
- "yahoo.com",
- "google.com"
]
}
okta.personal.adminSettings.manage
Replaces the list of blocked email domains which are excluded from app migration
No Content
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "domains": [
- "yahoo.com",
- "google.com"
]
}
{- "errorCode": "E0000015",
- "errorSummary": "You do not have permission to access the feature you are requesting",
- "errorLink": "E0000015",
- "errorId": "oaeStOuPPxDRUm3PJhf-tL7bQ",
- "errorCauses": [ ]
}