Hi all!
I have LDAP groups enabled for Sharepoint folders. I need to retrieve the names of users who are part of these groups.
For now, I use the action send http request of sharepoint
/_api/web/getfolderbyserverrelativeurl( SITE_PATH')/ListItemAllFields/RoleAssignments? $expand=Member&$filter=Member/PrincipalType eq 8 or Member/PrincipalType 4
That gives me the names of the groups.
Is there a way to retrieve the names of users belonging to groups?
Thanks