Can't get Smart User Group of scope via API?

Yamashiro
New Contributor III

Hello All,
I have specified a Smart User Group in the scope of the policy.
012140cb449e4c429e149f65126ffbad

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>
1 ACCEPTED SOLUTION

SamF
Contributor II
Contributor II

This is a known issue. Please contact Jamf Support and reference PI-005747.

View solution in original post

2 REPLIES 2

SamF
Contributor II
Contributor II

This is a known issue. Please contact Jamf Support and reference PI-005747.

Yamashiro
New Contributor III

Thanks! @Sam.Fortuna I will confirm.