# Membervault

MemberVault is a Relationship Marketing Platform that allows users to host courses, memberships, and other digital products in one place.

- **Category:** online courses
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 4
- **Triggers:** 0
- **Slug:** `MEMBERVAULT`
- **Version:** 20260429_00

## Tools

### Add User to Course

**Slug:** `MEMBERVAULT_ADD_USER`

Tool to add a user to a specified product. Use when enrolling a user into a course without duplication.

### Delete User

**Slug:** `MEMBERVAULT_DELETE_USER`

Tool to completely delete a user from the account, including all data, progress, and quiz answers (irreversible). Use when you need to permanently remove a user. Example: "Delete user with email user@example.com"

### Get Courses

**Slug:** `MEMBERVAULT_GET_COURSES`

Tool to retrieve all courses (products) in the MemberVault account. Use when you need to list available courses after setting up authentication.

### Remove User from Course

**Slug:** `MEMBERVAULT_REMOVE_USER`

Tool to remove a user's access to a product (course). This simply removes access to the product without deleting the user from the account. Use when revoking course access.
