REST API to get the list of members in a dynamic group object

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

REST API to get the list of members in a dynamic group object

L0 Member

Hello, 

I'd like to retrieve the list of members of a dynamic group object using API.

It's working fine to obtain the members of a static list 

- the following request 

/restapi/v11.1/Objects/AddressGroups?name=mystaticgroup&location=shared

returns a json like

"static": {
                    "member": [
                        "member1name",
                        "member2name",
                        "member3name"
                    ]
                },
- the same request with a dynamic group instead returns something like 
"dynamic": {
                    "filter""'cts.svr_ISE.sgt_ISE_compliant'"
                },
with no members viewable.
 
is there a hidden command that could let me view what's inside a dynamic list ?
0 REPLIES 0
  • 178 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!