Welcome to Our New API Docs! This is the new home for all things API (previously at Canvas LMS REST API Documentationarrow-up-right).
Plagiarism Detection Platform API for Users (Must use JWT access tokens with this API).
Lti::UsersApiController#showarrow-up-right
GET /api/lti/users/:id
Scope: url:GET|/api/lti/users/:id
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 User object.
Lti::UsersApiController#group_indexarrow-up-right
GET /api/lti/groups/:group_id/users
Scope: url:GET|/api/lti/groups/:group_id/users
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 User objects.
This documentation is generated directly from the Canvas LMS source code, available on Githubarrow-up-right.
Last updated 5 months ago
Was this helpful?