List users

List the users that exist on the Label Studio server.

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>

Query parameters

orderingstringOptional
Which field to use when ordering the results.

Response

active_organization_metastringRead-only
avatarstringRead-only
idintegerRead-only
initialsstringRead-onlyDefaults to ?
last_activitydatetimeRead-only
organization_membershipobject
usernamestring<=256 characters
org_membershiplist of objectsRead-onlyDeprecated
active_organizationinteger or null
allow_newslettersboolean or null
Allow sending newsletters to user
custom_hotkeysany or null
Custom keyboard shortcuts configuration for the user interface
date_joineddatetime
emailstringformat: "email"<=254 characters
first_namestring<=256 characters
last_namestring<=256 characters
phonestring<=256 characters