<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
0D50Z00008C3jhuSABOkta Classic EngineIntegrationsAnswered2024-04-12T22:48:46.000Z2017-10-16T01:14:02.000Z2019-05-14T16:04:15.000Z
Okta API Token Permission Check
How can I confirm what permissions my token gives me access to?

 

I want to confirm I still have access to what I will need todo later on before continuing.

 

Eg.

1. Connect to Okta via token

2. Confirm I have the required permissions

3. Activate user

4. Assign application

 

I am currently using Powershell on Okta.Core.Automation.

  • Hello Michael,

     

    My name is Valentin from Okta support.

    To clarify your question, the API tokens have the same permissions as the user who creates them, and if the user permissions change, the API token permissions will also change.

    For more information please refer to the following link:

    https://developer.okta.com/docs/api/getting_started/getting_a_token.html

     

    If additional support is required just call us at our 1-800 number, or Open up a case with our support team.
    Expand Post
  • jn3h1 (jn3h1)

    Hi Valentin,

     

    Thank you for your message.

     

    I agree and understand what you have stated.

     

    However I am after a way to programmatically check my permissions via API.

     

    I want my script to check that it will be able todo certain operations later on in the script.

     

    Is this possible?
    Expand Post
This question is closed.
Loading
Okta API Token Permission Check