# 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.

## Fetching a list of Insights Access Group Memberships

 - [GET /insights_access_group_memberships](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/get-insights-access-group-memberships.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 indexed by ID in the insights_access_group_memberships top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Insights Access Group Membership

 - [POST /insights_access_group_memberships](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/create-insights-access-group-membership.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 Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the insights_access_group_memberships top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Insights Access Group Membership

 - [GET /insights_access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/get-insights-access-group-membership.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 indexed by ID in the insights_access_group_memberships top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Insights Access Group Membership

 - [PUT /insights_access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/update-insights-access-group-membership.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 new one.


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 indexed by ID in the insights_access_group_memberships top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Insights Access Group Membership

 - [DELETE /insights_access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/insights-access-group-memberships/delete-insights-access-group-membership.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 was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

