I'd like to use the ArcGIS API for Python to identify all of the groups in the organization that have Shared Update capabilities. The API Reference page says there is a group property of "users_update_items" but it is not recognized as a property when trying to query for it in a script. I've seen reference of alternate query syntax for querying other properties (like isInvitation in place of is_invitation_only) but cannot find any documentation on how to query for these "special" groups. Has anybody else had any luck?