Plagiarism Detection Platform Users API
Plagiarism Detection Platform API for Users (Must use JWT access tokens with this API).
An User object looks like:
// A Canvas user
{
"id": 4,
"name": "John Smith",
"sortable_name": "Smith, John",
"email": "[email protected]",
"lti_id": "86157096483e6b3a50bfedc6bac902c0b20a824f"
}
Get a single user Lti::UsersApiController#show
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.