/v1/groups/{groupId}/join

<div>
  <p>
    This endpoint allows you to assign an employee to a group page. 
    <br><br>
    The <strong>groupId</strong> is the unique identifier of the group for the join request.  In the body of the request, you pass the following parameters:
    <br><br>
    The <strong>affiliateEmployeeId</strong> of the employee you are assigning to the group page.
    <br><br>
    If the Group Program has disclaimer and disclaimer text, the <strong>acceptedDisclaimer</strong> boolean indicates that the employee has accepted that disclaimer.
    <br><br>
    The <strong>sendMeEmailNotifications</strong> boolean indicates a user decision to accept email communications from the administrator of the group page. 
    <br><br>
    The <strong>showMembership</strong> boolean indicates a user decision to have their name shown as a member on the group page for other group members to see.  
  </p>
  <br>
  <br>
</div>
Language