hi
I have been searching OKTA API documentation and not able to find policy that a group is assigned.
Basically I have a group of users assigned to a group. And a policy is assigned to this group. Based on the policy I want to find prompt factor(Email/OKTA-Verify).
Thank @phi1ipp
But how can I figure out policy mapped to group ? I have list of policies but it doesn’t have any information related to group? As well as I am only able to get groups of user.
Is there any API which will give me both in common?
Do you not see an array of conditions.people.groups.include in the Policy when you make a GET request to /api/v1/policies/${policyId}, as in this example