Hello All,
I have specified a Smart User Group in the scope of the policy.
After that, when I got the above policy information via Jamf Classic API, smart user group is not specified in the scope.
Is it impossible for the API to get and set smart user group in scope of the policy?
<policy>
<general>
<id>120</id>
<name>smart_user_group_policy</name>
...
<scope>
<all_computers>false</all_computers>
<computers/>
<computer_groups/>
<buildings/>
<departments/>
<limit_to_users>
<user_groups/>
</limit_to_users>
<limitations>
<users/>
<user_groups/>
<network_segments/>
<ibeacons/>
</limitations>
<exclusions>
<computers/>
<computer_groups/>
<buildings/>
<departments/>
<users/>
<user_groups/>
<network_segments/>
<ibeacons/>
</exclusions>
</scope>
...
</policy>