People Functions Plugin - getgroupsoftype

I'm using the People Functions plugin (v1.0.12) and have a form used for managing user groups. On the form, the function used to get all the groups of our selected group type is 'getgroupsoftype' from the People Functions plugin. The result is that only some of the groups in this group type are being returned. All the groups are public so I don't think group security is the issue here. Are there any known bugs with this function from the plugin? My first thought would be to update to the latest plugin version, but I checked the changelog and don't see anything specifically related to this function. I confirmed the Appian version I'm using is compatible with the plugin. Any advice on this plugin function?

  Discussion posts and replies are publicly visible

Parents
  • HI

    In order for a basic user to see all the groups that a user has using getgroupsoftypeforuser function, all groups should have below
    security settings. It is not necessary to be a member of the group to retrieve the group name of a different user if below settings are set in the group security.

    Type :- Public
    Privacy Policy : - Low

    Any group that do not have this configuration will not be returned form the function is the user who execute is not a member/ admin of the group or user is not a sys admin.

    Regards
    Suresh
Reply
  • HI

    In order for a basic user to see all the groups that a user has using getgroupsoftypeforuser function, all groups should have below
    security settings. It is not necessary to be a member of the group to retrieve the group name of a different user if below settings are set in the group security.

    Type :- Public
    Privacy Policy : - Low

    Any group that do not have this configuration will not be returned form the function is the user who execute is not a member/ admin of the group or user is not a sys admin.

    Regards
    Suresh
Children