Update user details

PATCH

Update details for a specific Label Studio user, such as their name or contact information.

You will need to provide their user ID. You can find a list of all user IDs using List users.

Path parameters

idintegerRequired

User ID

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
idintegerOptional
first_namestringOptional<=256 characters
last_namestringOptional<=256 characters
emailstringOptionalformat: "email"<=254 characters
last_activitydatetimeOptional
avatarstringOptional
initialsstringOptional
phonestringOptional<=256 characters
active_organizationintegerOptional
allow_newslettersbooleanOptional

Allow sending newsletters to user

date_joineddatetimeOptional
Built with