
MatthewH.10249 (State of Iowa) asked a question.
I have a Workflow where I would like to leverage the API /idp/myaccount/emails/ but I'm getting a 401 Unauthorized error even after I granted the okta.myAccount.email.read scope to the Okta Workflows OAuth app and reauthorized the associated Okta Workflow Connection.

@MatthewH.10249 (State of Iowa) - The Okta Workflows Oauth application only supports the following scopes:
https://help.okta.com/wf/en-us/Content/Topics/Workflows/connector-reference/okta/overviews/guidanceforoktaconnector.htm
So even if you enable them in the application when you perform the authorization (or reauth) its only going to request that specific list.
You would need to do similar to what I described in your other earlier post which is use an OIDC webapp + HTTP connector and explicitly request the needed scope.