/v1/groups/{groupId}

<div>
  <p>
    This endpoint returns an object containing all the primary details for a Groups page in CSRconnect.  The <strong>groupId</strong> is the unique identifier of the group page.  This Id can be obtained by searching a Group Program as outlined in the search endpoint below.
    <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>isOpen</strong> In the event that groupMembershipType is "3", the isOpen value indicates which choice the creator of the group made for membership type during the page creation process. If True, the creator made the page open and any employee can join.  If False, the creator made the page closed and employees must request to join.  Note: For groupMembershipType values "1" or "2", the value will be True or False as mentioned above.
    <br /><br />
  </p>
  <br />
  <br />
</div>
Language