Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Getting "insufficient_scope" while accessing "fetchDynamicAttribute" API

tuhink
New Contributor II
New Contributor II

While accessing the get api "https://<url>/ECM/api/fetchDynamicAttribute"  from postman, I am getting the 403 FORBIDDEN error (Bearer error="insufficient_scope"). I am using an access token for a user who have "ROLE_ADMIN" sav role.

The request body:

{
    "securitysystem": [
        "<Security System Name>"
    ],
    "endpoint": [
        "<ENDPOINT Name>"
    ],
    "dynamicattributes": [
        "<name1>",
        "<name2>"
    ],
    "offset": "0",
    "max": "2"
}
 
tuhink_0-1711431601372.pngtuhink_1-1711431735781.png

Please let me know if I am missing something.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

v5 missing in url

api "https://<url>/ECM/api/v5/fetchDynamicAttribute" 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.