Hi All!
Looking for some help on how to access the users_update_items property of the Group object. I'm not sure if this is possible, but I do see it as an argument in the class.
Trying to get that attribute out so I can assess what permissions the group members have-can they only edit their own content or can they edit others' content in the group too?
I can successfully call back the following from my group object in the code:
- title
- owner
- access
- description
- groupid
- get_members (works too)
Thanks so much in advance!