List unique annotators for project

Return unique users who have submitted annotations in the specified project.

Authentication

AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idintegerRequired

Response

List of annotator users
avatarstringRead-only
idintegerRead-only
usernamestring<=256 characters
emailstringformat: "email"<=254 characters
first_namestring<=256 characters
last_namestring<=256 characters