
User17175658322665730635 (Customer) asked a question.
{
"errorCode": "E0000006",
"errorSummary": "You do not have permission to perform the requested action",
"errorLink": "E0000006",
"errorId": "",
"errorCauses": []
}
I am using free developers account . I am providing following details to my backend
{
"okta": {
"issuer": "",
"orgUrl": "",
"clientId": "",
"mappings": {
"name": "",
"email": "email",
"lastName": "lastName",
"username": "login",
"firstName": "firstName",
"department": "department",
"employeeId": "additionalProperties.employeeID"
},
"apiClientId": "",
"redirectUri": "",
"clientSecret": "",
"privateKeyPath": "",
"postLogoutRedirectUri": ""
}
}
Can anyone tell me what to do ?

Hello @User17175658322665730635 (Customer) Thank you for posting on our Community page!
The error you are receiving indicates that you do not have the required permissions to perform the API call. This could be because you are not using a Super Admin for the API call.
This could also happen because you are using a Free Developer as you there are limited features for Dev accounts.
Thank you for reaching out to our Community and have a great day!
--
Join the Ask Me Anything online event on June 13, 2024 to discuss the new Govern Okta Admin Roles feature with our Experts
Hello thanks for answering
I wanted to make sure if dev free account is the issue so I am providing some more information about the application
My application is Okta sso for it I hape created two application
1.OIDC for authentication
2.API services for the api services like getting all the users
In my backend I am providing the information both for oidc and api services so could you please tell what might be the potential problem that is causing the error ?