API Key / PAT with read all

Hello,

I want to create an API for many of my scripts which will run on a few virtual machines. I don’t want to create multiple API keys, so I want to have a single API key with all the read permissions.
Is there any way to use *:read scope or something similar?

Thanks

Hi @karinlipaz,

Welcome to SailPoint Developer Community!

These two below options might be helpful for you,

sp:scopes:default - The default scope only grants permission for endpoints that do not require authorization.

sp:scopes:all - authorizes all scopes granted by the user’s assigned user levels

-Vasanth

Thank you so much Vasanth.

1 Like

Can I create a custom user level? I want to create a new service account just for it

You do have options for api key use or PAT, not custom user levels but you can restrict permissions to what you need

Hi @karinlipaz,

We cannot create custom user level also we don’t have any documentation to do so, whereas we can customize service accounts authorization via PAT or API Keys. Where you can customize your access based on your requirement. For your reference you may use documentation mentioned by fellow ambassador.

I hope this clarifies.

-Vasanth

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.