how to get permissions for SharePoint list using js?
Trying code based on this corresponding article on stackoverflow my RoleAssignment Collection is not initialized because
clientContext.load(list, 'Include(RoleAssignments, RoleAssignments.Include(Member));Fails (invalid request). Is it really possible to retrieve a collection of RoleAssignments in JS without managed CSOM?
=> should be SharePoint 2010 ! Maybe an admin shall move it to the right category... ;-))