List Member Method
Indicates if members will be listed while listing users or while listing groups
Signature: listmembersmethod()
Return Value:
1 - If members will be listed during group listing
2 - If members will be listed during user listing
Remarks:
Generally when creating custom Python integrations member information will be listed with the listgroups operation. For certain targets the membership information is provided alongside the user information instead of the group information, this function indicates during which operation memberships should be listed.
If this function is not implemented it will be assumed members will be listed during group listing.