The following requests relate to listing users assigned to a course via the Litmos Training Engine API.
Note: All requests must be Authenticated. If you want to list,add & remove courses to a user see People – List, Add & Remove Courses
List Users
Get a list of all users assigned to a course.
Access Level: Account Owners Only
Request Uri
GET /courses/[courseid]/users
Response
<Users> <User> <Id>string [max length 50]</Id> <UserName> string [max length 255]</UserName> <FirstName> string [max length 100]</FirstName> <LastName> string [max length 100]</LastName>
<Completed>true/false</Completed>
<PercentageComplete>decimal</PercentageComplete>
<CompliantTill>2010-01-07T04:37:06.23 [ISO8601]</CompliantTill>
<DueDate>2010-01-07T04:37:06.23 [ISO8601]</DueDate>
</User>
...
</User
</Users>
Comments
0 comments
Article is closed for comments.