<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A9kIhNCQUOkta Classic EngineAPI Access ManagementAnswered2024-06-07T05:25:33.000Z2024-06-05T05:46:35.000Z2024-06-07T05:25:33.000Z
E0000006 : You do not have permission to perform the requested action

{

 "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 ?


  • Paul S. (Okta, Inc.)

    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 

    Expand Post
  • 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 ?

    Expand Post
This question is closed.
Loading
E0000006 : You do not have permission to perform the requested action