Plagiarism Detection Platform Users
Last updated
Was this helpful?
Last updated
Was this helpful?
Plagiarism Detection Platform API for Users (Must use with this API).
GET /api/lti/users/:id
Scope: url:GET|/api/lti/users/:id
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 object.
GET /api/lti/groups/:group_id/users
Scope: url:GET|/api/lti/groups/:group_id/users
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 objects.
This documentation is generated directly from the Canvas LMS source code, available .