
User17038547510195202362 (Customer) asked a question.
Hello, I am trying to access "Anything-as-a-Source"
For more information on ASAS => https://developer.okta.com/docs/guides/anything-as-a-source/*bulk-import-user-data
Every time I am making a GET /sessions call, I am receiving the following error:.
errorCode: E0000015
errorSummary: You do not have permission to access the feature you are requesting
The above error code indicates "feature not enabled exception" as per the OKTA error code guide.
For more on errors : https://developer.okta.com/docs/reference/error-codes/
Could you please help me to enable that feature?
NOTE: We are facing "E0000015" in our "partner", "free trial" and "developer edition"(as mentioned in the guide) accounts.

what token are you use?
API Token Or Access Token?
–header ‘Authorization: SSWS {apiToken}’
-H "Authorization: Bearer eyJraWQiOiJEa1lUbmhTdkd5OEJkbk9yMVdYTENhbVFRTUZiNTlYbHdBWV......"
Thank you for replying.
I used the api token and access token via oAuth.
For more info : https://developer.okta.com/docs/api/openapi/okta-management/management/tag/IdentitySource/#tag/IdentitySource/operation/listIdentitySourceSessions
As we can observe in the document, I tried the scope (okta.identitySources.read) to pass in oAuth, but in response, I am unable to see that scope
Observation : Both the api key and bearer token failed with the above error.
One more information which can help you is
After generating the access token (no "okta.identitySources.read" scope) I tried to make GET /sessions call and the same with api key, both of which ended up resulting E0000015