# Plagiarism Detection Platform Users

{% hint style="warning" %}
**Welcome to Our New API Docs!** This is the new home for all things API (previously at [Canvas LMS REST API Documentation](https://api.instructure.com)).
{% endhint %}

## Plagiarism Detection Platform Users API

**Plagiarism Detection Platform API for Users (Must use** [**JWT access tokens**](/services/canvas/external-tools/plagiarism-detection-platform/file.jwt_access_tokens.md) **with this API).**

### [Get a single user (lti)](#method.lti/users_api.show) <a href="#method.lti-users_api.show" id="method.lti-users_api.show"></a>

[Lti::UsersApiController#show](https://github.com/instructure/canvas-lms/blob/master/app/controllers/lti/users_api_controller.rb)

**`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 [User](/services/canvas/resources/users.md#user) object.

### [Get all users in a group (lti)](#method.lti/users_api.group_index) <a href="#method.lti-users_api.group_index" id="method.lti-users_api.group_index"></a>

[Lti::UsersApiController#group\_index](https://github.com/instructure/canvas-lms/blob/master/app/controllers/lti/users_api_controller.rb)

**`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 [User](/services/canvas/resources/users.md#user) objects.

***

This documentation is generated directly from the Canvas LMS source code, available [on Github](https://github.com/instructure/canvas-lms).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developerdocs.instructure.com/services/canvas/external-tools/plagiarism-detection-platform/plagiarism_detection_platform_users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
