# Insights Access Group Memberships

[Insights Access Groups](https://mavenlink.zendesk.com/hc/en-us/articles/115002115073) allow you to manage classic Insights access for users. An Insights Access
Group Membership represents the connection of a user to an Insights Access Group.
> **Note**: To manage access to dynamic Insights, use [Access Group Memberships](/tag/Access-Group-Memberships) instead.

 - [GET /insights_access_group_memberships](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/get%20insights%20access%20group%20memberships.md): This endpoint returns structured Insights Access Group Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be
 - [POST /insights_access_group_memberships](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/create%20insights%20access%20group%20membership.md): Adds a user to an Insights Access Group. Only Account Administrators can add users to Insights Access Groups. This endpoint returns structured Insights Access Group Membership objects. As with all Kan
 - [GET /insights_access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/get%20insights%20access%20group%20membership.md): This endpoint returns structured Insights Access Group Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be
 - [PUT /insights_access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/update%20insights%20access%20group%20membership.md): Only Account Administrators can update Insights Access Group Memberships. **Note**: To move a user from one Insights Access Group to another, delete the existing Access Group Membership, then create a
 - [DELETE /insights_access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/delete%20insights%20access%20group%20membership.md): Removes a user from an Insights Access Group. Only Account Administrators can delete Insights Access Group Memberships. The response will contain no content and an HTTP 204 status code if the request
