Enterprise
Quick Start
Search...
/
API Reference
Tutorials
Introduction
Getting started
API Reference
Annotations
Users
POST
Reset user token
GET
Get user token
GET
Retrieve my user
GET
List users
POST
Create a user
GET
Get user info
DEL
Delete user
PATCH
Update user details
Actions
Views
Files
Projects
ML
Predictions
Tasks
Import Storage
Export Storage
Webhooks
Prompts
Model Providers
Comments
Workspaces
Enterprise
Quick Start
API Reference
Users
List users
GET
http://localhost:8080
/
api
/
users
/
List all users in your Label Studio organization.
Response
This endpoint returns a list of objects.
username
string
id
integer
Optional
first_name
string
Optional
last_name
string
Optional
email
string
Optional
last_activity
datetime
Optional
avatar
string
Optional
initials
string
Optional
phone
string
Optional
active_organization
integer
Optional
allow_newsletters
boolean
Optional
Allow sending newsletters to user
Create a user
Up Next
Built with