Create a user

Create a user in Label Studio.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Request

This endpoint expects an object.
idintegerOptional
User ID
first_namestringOptional
First name of the user
last_namestringOptional
Last name of the user
usernamestringOptional
Username of the user
emailstringOptional
Email of the user
avatarstringOptional
Avatar URL of the user
initialsstringOptional
Initials of the user
phonestringOptional
Phone number of the user
allow_newslettersbooleanOptional
Whether the user allows newsletters

Response

usernamestring>=1 character<=256 characters
idinteger or null
first_namestring or null<=256 characters
last_namestring or null<=256 characters
emailstring or nullformat: "email"<=254 characters
last_activitydatetime or null
avatarstring or null
initialsstring or null
phonestring or null<=256 characters
active_organizationinteger or null
allow_newslettersboolean or null
Allow sending newsletters to user
date_joineddatetime or null