# Account Memberships

Each user on an account will have an account membership that describes their relationship to the account. When you add a user
to an account, create a new `account_membership`. When you remove a user from an account, delete their account_membership record.

 - [GET /account_memberships](https://developer.kantata.com/kantata/specification/account-memberships/get%20account%20memberships.md): You can request either GET /api/v1/account_memberships.json?only=5 or GET /api/v1/account_memberships/5.json. In both cases, default filters will be applied. Unless you provide the is_active:false fil
 - [GET /account_memberships/{id}](https://developer.kantata.com/kantata/specification/account-memberships/get%20account%20membership.md): This endpoint returns structured Account 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
 - [PUT /account_memberships/{id}](https://developer.kantata.com/kantata/specification/account-memberships/update%20account%20membership.md): This endpoint returns structured Account 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
 - [DELETE /account_memberships/{id}](https://developer.kantata.com/kantata/specification/account-memberships/delete%20account%20membership.md): This removes the member from your account and places them on a separate Kantata OX account. It is important to know that the account owner cannot be removed. **WARNING:** Since the removed member gets
 - [PUT /account_memberships/{id}/disable](https://developer.kantata.com/kantata/specification/account-memberships/deactivate%20account%20membership.md): Disables a user in an account This endpoint returns structured Account Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` a
 - [PUT /account_memberships/{id}/enable](https://developer.kantata.com/kantata/specification/account-memberships/activate%20account%20membership.md): Enables a user in an account This endpoint returns structured Account Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` ar
