Memberspot icon

Memberspot

Online course and video hosting platform for users, login tokens, course progress, and offer access management.

Fits course operators that find users by email, grant or revoke offer access, generate short-lived login tokens, and track course progress.

Sign in to connect Memberspot

Sign in to connect an account and start using Memberspot in your apps.

Example Use Cases

These are example ways Snow can use Memberspot when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Login Token

Tool to generate a one-hour login token for a user. Use when you need to auto-login a user by their UID (token expires after one hour).

Delete Users

Tool to delete one or more users from the platform. Use when you need to remove specified users by their email addresses. Only existing school users are removed; invalid or out-of-school emails are ignored.

Delete Users (POST)

Tool to delete multiple users by email using POST method. Use this if your client does not support DELETE with body. Only existing school users are removed; invalid or out-of-school emails are ignored.

Find user by email

Tool to retrieve a user's details by their email address. Use when you need to look up a user after obtaining their email.

Get user course progress

Tool to retrieve user course progress for a specific course and email. Use when you need to check how far a user has progressed through a particular course. Returns details including active posts, completed posts, and user information. Rate limited to 4 requests per second.

Grant user offer by email

Tool to grant a user access to an offer by email. If the user does not exist, a new user is created automatically.

List all offers

Retrieves all available offers (products/course bundles) from the Memberspot school. Use this to discover offer IDs before granting or revoking user access. Each offer contains course IDs it grants access to and metadata like priority and update time. No parameters required - returns all offers in the school.

List custom user properties

Tool to list all defined custom user properties. Use when you need to retrieve metadata of custom user properties after authentication.

List user course progress

Retrieves paginated list of all course progress for a specific user by email. Use to track user progress across all enrolled courses, including active and completed posts. Rate limited to 4 requests per second.

List Users

List all users in your Memberspot school with optional filtering and pagination. Use this tool to: - Retrieve all users in your membership platform - Filter users by offer access, course enrollment, or active status - Paginate through large user lists using the nextPage token Returns user details including email, name, creation date, progress, and custom properties. Note: API rate limit is 4 requests per second.