Supportgroup/Tierqueue - Mappings in javascript
i'am creating a "change supportgroup" task in javascript and I need to find a way to get a list of mapped ad groups toincident tierqueues.
I want to change the primary owner any time the supportgroup changes.
Answers
You will want to start by looking at the User API calls here: https://support.cireson.com/Help#User
For example, you could use the following call to get all members of a particular Support Group (by enumeration Id):
http://localhost/api/V3/User/GetSupportGroupUsers?id=2578e729-add3-6f27-1765-620123146413
In my lab, this returns:
Thanks,
Nick
thanks, but I am looking for an apicall which gives me as result a list like: TierQueue:ADGroup.
I know the Tierqueue and want to find the mapped AD-Group to that tierqueue, not the users of that group.
Greets