Hello everyone! I need help with using identity API on the sandbox environment. I want to list users using https://developer.paypal.com/docs/api/identity/v2/#users_list . However I got 403 all the time ({"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"status":"403","detail":"No permission to perform the operation"}). Regarding docs , https://uri.paypal.com/services/identity/scim/read scope is required, but when I specify that scope while obtaining an access token, the openid scope is returned. https://developer.paypal.com/docs/api/identity/v1/#userinfo_get works fine. Do you know if Identity API is available for the sandbox environment? Why is identity API not included in the Postman collection?
... View more