While hitting "profile/identity/v4.1/Users/.search" API in Postman getting below error:
{
"status": 401,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:messages:concur:2.0:Error"
],
"urn:ietf:params:scim:api:messages:concur:2.0:Error": {
"messages": [
{
"code": "UNAUTHORIZED"
}
]
},
"detail": "Insufficient permissions to access the requested data"
}
Need help to resolve this issue, thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.