Greetings everyone! Does anyone know how to see the logic of an automatic group in the API output?
In the API - Manage > Group > Returns Details of a group the response schema states that the respnse will include “Type of method for user assignment: 0 for manual assignment, 1 for automatic assignment rules”.
In addition, it talks about a rules list and rule logic to be displayed along with details on other information I need.
I have many automatic groups and they all come back with similar output.
{
"data": {
"id": 13123,
"name": "MOBILECOMM PROFESSIONAL INC",
"description": "Company Code - WMM - MUSID - XXXXXXXX - Automatic Company Group",
"assign_rules": 0,
"members_count": 42
},
"version": "1.0.0",
"_links": ,]
}
The output does not show any of the assignment rules or any of the automatic logic.
Scheme Details