Groups
Endpoints that create, update, search, and delete groups, and invite groups to series and modules.
The group endpoints manage the group structure on Mindtickle and the training assigned to whole groups. You can create, update, retrieve, search, and delete groups, and invite or remove groups for a series or a module of a series.
Invite and remove operations are asynchronous: they return a process ID that you pass to Check process status.
Endpoints
Section titled “Endpoints”- Create a group: Creates a group on the Mindtickle platform.
- Update a group: Updates an existing group by group ID.
- Search groups: Searches for groups by name or ID.
- Get a group: Returns the details of a group by group ID.
- Delete a group: Deletes a group by group ID.
- Invite groups to a series: Invites one or more groups to a series.
- Invite groups to a module: Invites one or more groups to a module of a series.
- Remove groups from a series: Removes one or more groups from a series.
- Remove groups from a module: Removes one or more groups from a module of a series.
- Check process status: Returns the status of the processes started by the group APIs.