---
title: "Series"
description: "List the series on your learning site and manage the users invited to them."
contentType: "overview"
url: "https://developer.mindtickle.com/docs/training/series/"
---

A series is a folder or channel that serves a readiness initiative and contains modules. These endpoints return the series on your learning site and manage the users invited to a series or to specific modules within it.

## Endpoints

- [List all series](/docs/training/series/list-all-series/): returns every series created on your learning site.
- [Invite a user to series and modules](/docs/training/series/invite-a-user-to-series-and-modules/): invites one user to one or more series, or to specific modules within a series.
- [Invite users to a series](/docs/training/series/invite-users-to-a-series/): invites up to 40 users to a series, with optional backdated invite timestamps.
- [Remove users from a series or module](/docs/training/series/remove-users-from-a-series-or-module/): removes up to 500 users from a series or a module.

## Related

- [Modules](/docs/training/modules/): read module content and manage module invitations, reviewers, and completions.
- [Authentication and setup](/docs/getting-started/authentication-and-setup/): base URLs, tokens, rate limits, and status codes.
