Hi team,
I am working on okta integration with my application using Okta rest api.
Currently, I am using okta developer instance for POC purpose.
I want to get all okta users which login attribute start with specified characters, for that, I found search functionality in Okta documentation
But when I tried to call the web service with query filter search=profile.login sw “a” I got an error You do not have permission to access the feature you are requesting.
However, I am using api token of the user have superAdmin rights on okta instance.
Are any additional permissions need to call the api or it is limitation of developer instance?
Regards,
Prasad