We have an OAuth client that the external applications use to pull genesys data using API's. OAuth client has access to certain divisions on the role assigned but when the external applications(eg. Postman) use this OAuth to connect and run the API's , its pulling data from divisions that are not part of the OAuth client. We have observed this behavior on the following API's
/api/v2/analytics/conversations/details/jobs
/api/v2/users
/api/v2/authorization/divisions
Is this the expected behavior on these API's or in other words how do I restrict access to certain divisional data on the Oauth client?