Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
I’m new to ISC, trying to setup Postman and making API calls.
Created ‘Client Credentials‘ access token with sp:scopes:all.
Able to successfully call below APIs:
{{baseUrl}}/identity-profiles
{{baseUrl}}/identity-attributes
{{baseUrl}}/access-profiles
But I’m getting 403 Forbidden error with below APIs.
{{baseUrl}}/identities
*{{baseUrl}}/tenant
What is the reason behind this? My understanding is* sp:scopes:all gives full access to every API available. Also the user tied to this token has ‘Admin‘ user level.