🚀 Heads up: Our API Docs Have Moved!
We have relocated to Instructure Developer Documentation Portal. 🎉 Please update your bookmarks. This page will automatically redirect after July 1, 2026.
We have relocated to Instructure Developer Documentation Portal. 🎉 Please update your bookmarks. This page will automatically redirect after July 1, 2026.
Plagiarism Detection Platform Users API
Plagiarism Detection Platform API for Users (Must use JWT access tokens with this API).
Get a single user (lti) Lti::UsersApiController#show
GET /api/lti/users/:id
Scope:
Get a single Canvas user by Canvas id or LTI id. Tool providers may only access
users that have been assigned an assignment associated with their tool.
Returns an
User
object
url:GET|/api/lti/users/:id
Get all users in a group (lti) Lti::UsersApiController#group_index
GET /api/lti/groups/:group_id/users
Scope:
Get all Canvas users in a group. Tool providers may only access
groups that belong to the context the tool is installed in.
Returns a list of
User
objects
url:GET|/api/lti/groups/:group_id/users