• Free Trial
  • Products
    • LMSThe world’s easiest-to-use learning management system.
    • Training ContentA robust library of off-the-shelf learning content.
  • Solutions
    • By Use Case
      • Employee Training
      • Sales Training
      • Customer Training
      • Partner Training
      • Compliance Training
      • View all
    • By Industry
      • Technology
      • Nonprofit
      • Retail
      • Hospitality
      • Healthcare
      • View all
  • Customers
    • Learn more about Litmos customer success stories.
      • Case Studies
      • Video Testimonials
      • I Love Litmos
      • Lenny Awards
    • Featured Customer
      • Sabre, a global travel technology provider, increases revenue by using Litmos to train their sales and technical teams.
  • Pricing
  • Resources
    • Ebooks & Infographics
    • Webinars & Podcasts
    • Events
    • Integrations
    • Blog
  • About
    • Company
    • Partners
    • Awards
    • Careers
    • Sustainability
  • Free Trial
Litmos
Log in
Contact us
Support
Search
  • Free Trial
  • Products
    • LMSThe world’s easiest-to-use learning management system.
    • Training ContentA robust library of off-the-shelf learning content.
  • Solutions
    • By Use Case
      • Employee Training
      • Sales Training
      • Customer Training
      • Partner Training
      • Compliance Training
      • View all
    • By Industry
      • Technology
      • Nonprofit
      • Retail
      • Hospitality
      • Healthcare
      • View all
  • Customers
    • Learn more about Litmos customer success stories.
      • Case Studies
      • Video Testimonials
      • I Love Litmos
      • Lenny Awards
    • Featured Customer
      • Sabre, a global travel technology provider, increases revenue by using Litmos to train their sales and technical teams.
  • Pricing
  • Resources
    • Ebooks & Infographics
    • Webinars & Podcasts
    • Events
    • Integrations
    • Blog
  • About
    • Company
    • Partners
    • Awards
    • Careers
    • Sustainability
  • Free Trial

Litmos Documentation

APIs

Home › Litmos Documentation › Teams Via API

Teams Via API

Get a List of Teams

Returns a list of teams in your organization. By default only the first 100 teams are returned. The list can be filtered team name and paged using the optional paging parameters.

Request URI

GET /teams?

Response Body (XML)

<Teams>
    <Team>
        <Id>string [max length 50]</Id>
        <Name>string [max length 100]</Name>
        <TeamCodeForBulkImport>string</TeamCodeForBulkImport>
        <ParentTeamId>string [max length 50]</ParentTeamId>
    </Team>
</Teams>

Get a List of Sub Teams for a Team

Request URI

GET /teams/{teamid}/teams?

Response Body (XML)

<Teams>
    <Team>
        <Id>string [max length 50]</Id>
        <Name>string [max length 100]</Name>
        <TeamCodeForBulkImport>string</TeamCodeForBulkImport>
        <ParentTeamId>string [max length 50]</ParentTeamId>
    </Team>
</Teams>

Get a Team

Returns a single team for the given team Id.

Request URI

GET /teams/{teamid}?

Response Body (XML)

Returns HTTP status code 200 on success and the team in the response body

<Team>
    <Id>string [max length 50]</Id>
    <Name>string [max length 100]</Name>
    <Description>string [optional, max length 1000]</Description>
    <ParentTeamId>string [max length 50]</ParentTeamId>
    <TeamCodeForBulkImport></TeamCodeForBulkImport>
</Team>

Create Team or Sub-Team

Creates a new team or sub team in your organization.

Request URI

POST /teams?

or to create a sub team 

POST /teams/{teamid}/teams?

Request Body (XML)

<Team>
    <Id></Id>
    <Name>string [max length 100]</Name>
    <Description>string [optional, max length 1000]</Description>
    <ParentTeamId>string [max length 50]</ParentTeamId>
</Team>

Response Body (XML)

Returns a HTTP status code 201 (Created) on success with the new team Id populated in the response body.

<Team>  
    <Id>string [max length 50]</Id>  
    <Name>string [max length 100]</Name>  
    <Description>string [optional, max length 1000]</Description>
    <ParentTeamId>string [max length 50]</ParentTeamId> 
</Team>

Update a Team

Update a single team profile in your organization.  The team Id in the URI must match the Id specified in the request body.

Request URI

PUT /teams/{teamid}?

Request Body (XML)

<Team>  
    <Id>string [max length 50]</Id>  
    <Name>string [max length 100]</Name>  
    <Description>string [optional, max length 1000]</Description>
    <ParentTeamId>string [max length 50]</ParentTeamId>  
</Team>

Response Body (XML)

200 OK

Delete Team

Delete a single team profile in your organization.  The team Id in the URI must match the Id specified in the request body.

Request Body (XML)

DELETE /teams/{teamid}?

Response Body (XML)

200 OK

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of Litmos.

The information contained herein may be changed without prior notice. Some software products marketed by Litmos and its distributors contain proprietary software components of other software vendors. National product specifications may vary.

These materials are provided by Litmos for informational purposes only, without representation or warranty of any kind, and Litmos or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for Litmos company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.

In particular Litmos or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and Litmos or its affiliated companies’ strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by Litmos or its affiliated companies at any time for any reason without notice.

The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, and they should not be relied upon in making purchasing decisions.

© 2022 Litmos or a Litmos affiliate company. All rights reserved.

Litmos and other Litmos products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of Litmos (or a Litmos affiliate company) in the United States and other countries. All other product and service names mentioned are the trademarks of their respective companies.

Match keywords.

Useful Links

  • Release Notes
  • Customer Portal

In this article

Related articles

  1. Users Via API
  2. Date Range Delta Queries Via API
  3. Instructor Led Training Via API

Also of Interest

  • Mobile Learning for Education
  • Content Management System vs Learning Management System
  • Online Learning Sites
  • Corporate LMS
  • Enterprise Learning Management System
  • LMS Platform
  • eLearning Platform
  • What is a learning management system?
  • See Additional Resources

Solutions by Use Case

  • Employee Training
  • Customer Training
  • Compliance Training
  • Sales Training
  • Operations Training
  • Gig Worker Training
  • Contractor Training
  • Supplier Training

Solutions by Industry

  • Technology
  • Nonprofit
  • Retail
  • Hospitality
  • Healthcare

Contact Us

Contact
UK: +44 20 4551 1606
USA: +1 925 490 0401
AUS: +61 3 7066 4851
Email
Support
Address
Contact Us
Litmos Reviews Litmos Reviews
Litmos Careers Careers

© 2023 Litmos US, L.P. and affiliates. All rights reserved.

  • Privacy Statement
  • Terms & Conditions
  • Website Terms