Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
EWS how get all groups
Emmanuele_Neri
Hello,
how can I get a list of all groups in the system?
thanks
Find more posts tagged with
Comments
Jason_Smith
You can use the MemberService SearchForMembers() method and in the MemberSearchOptions set the SearchFilter to GROUP.
J
Emmanuele_Neri
thanks