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

This endpoint returns an object.
usernamestring
idintegerOptional
first_namestringOptional
last_namestringOptional
emailstringOptional
last_activitydatetimeOptional
avatarstringOptional
initialsstringOptional
phonestringOptional
active_organizationintegerOptional
allow_newslettersbooleanOptional

Allow sending newsletters to user