Memberspot is an online course and video-hosting platform designed to facilitate knowledge management and community engagement for businesses.
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).
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.
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.
Tool to retrieve a user's details by their email address. Use when you need to look up a user after obtaining their email.
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.
Tool to grant a user access to an offer by email. If the user does not exist, a new user is created automatically.