Hi Okta Team,
Currently I’m using free Okta Developer account and oauth flow.
Basically I’m trying to get the users and groups Info (/api/v1/groups/{groupID}/users and /api/v1/groups ) information using token.
Token is generated by using JWTAssertion and by passing grant_type=client_credentials, scope=okta.groups.read". I’m able to get the access_token but groups and users api is giving me the following error “errorCode”:“E0000006”,“errorSummary”:“You do not have permission to perform the requested action”.I’m trying to get the groups info using oauth2 flow not using API Token.
Please help me to solve this issue.