admin

Update User Name

Update a user's first and/or last name from the admin dashboard.

patch/admin/users/{user_id}/name

Path parameters

user_idstring required

Request body

first_namestring nullable
last_namestring nullable

Response

Successful Response

successboolean required
user_idstring required
previous_first_namestring required
previous_last_namestring required
first_namestring required
last_namestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.