/v1/groups/programs

<div>
  <p></p>
  <p>
    This endpoint returns all of the Group Programs configured by the client.  In addition to the general details about the group program, the payload contains the following:
    <br /><br />
    <strong> groupCreators</strong> indicates which employees are allowed to create a group within the specific program.  A value of "1" indicates that only super admins can create group pages and a value of "2" indicates that any employee can create a page for the program.
    <br /><br />
    <strong> groupMembershipType </strong> defines method of "join" for all pages in the program.  A value of "1" indicates that all group pages in the program are closed and require a request to join that must be approved by the group administrator.  A value of "2" indicates that all group pages in the program are open and can be freely joined without approval.  A value of "3" indicates that the creator of each group will determine at the time of page creation whether the group is open or closed.
    <br /><br />
    <strong> groupMembersPrivacyType</strong> defines the user privacy setting for each group in the program.  A value of "1" indicates that all groups are private the group page will not show a list of members for users to view.  A value of "2" indicates that all group pages are public and the group page will display a list of members for users to view.  When a group page is public, each user may opt-out of being shown in the member list when they join the group.
  </p>
  <br />
  <br />
</div>
Language