We are trying to use the sp:scopes:read scope with a Personal Access Token in our tenant. However, this scope is not visible in the UI when creating a new token, and we are also unable to assign it via the v3 API. Our requirement is to enable read-only access — we do not want to use broader scopes like sp:scopes:all that grant full access. How can we add the sp:scopes:read scope?
PATs are specific to user. You have to first set user level and invite user and once you have logged in via that user, you can create token and assign specific scope. First user levels should be set for that identity from my understanding.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.