get https://api.your-cause.com/v1/employees//groups
<div>
<p>
This endpoint returns all of the groups for single employee. By passing the affiliateEmployeeId in the request, you will get a paginated set of results containing all of the information for each group that the employee is associated with. The <strong>pageSize</strong> is the number of results per page. There is a limit of 25 results per page.
<br /><br />
In the response, <strong>isGroupAdmin</strong> and <strong>isGroupMember</strong> identify the employees level of association with the group. <strong>creatorAffiliateEmployeeId</strong> exposes the employee that created 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.
<br /><br />
The <strong>hasPendingMembership</strong> boolean indicates that the user requested to join the group but that request has not been accepted by the group admin.
<br /><br />
</p>
</div>