# Access Group Memberships

Access Groups allow you to manage product access for users. An Access Group Membership represents the connection of a user to an Access Group.

 - [GET /access_group_memberships](https://developer.kantata.com/kantata/specification/access-group-memberships/get%20access%20group%20memberships.md): Returns all access group memberships. The non-editable "Account Administrators" group is excluded from the response. This endpoint returns structured Access Group Membership objects. As with all Kanta
 - [POST /access_group_memberships](https://developer.kantata.com/kantata/specification/access-group-memberships/create%20access%20group%20membership.md): Adds a user to an access group. Note: To add a user to the Account Administrators access group, you must update the user's account membership permission instead. This endpoint returns structured Acces
 - [GET /access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/access-group-memberships/get%20access%20group%20membership.md): This endpoint returns structured 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
 - [DELETE /access_group_memberships/{id}](https://developer.kantata.com/kantata/specification/access-group-memberships/delete%20access%20group%20membership.md): Deletes the specified access group membership (i.e. removes the user from the access group). Note: To remove a user from the Account Administrators access group, you must update the user's account mem
