Users

Patch User

Update an existing user's data.

patch/api/v1/users/{user_id}

Path parameters

user_idstring uuid required

Request body

usernamestring nullable
profile_imagestring nullable
passwordstring nullable
is_activeboolean nullable
is_superuserboolean nullable
last_login_atstring date-time nullable
optinsobject nullable

Response

Successful Response

idstring uuid
usernamestring required
profile_imagestring nullable required
store_api_keystring nullable required
is_activeboolean required
is_superuserboolean required
create_atstring date-time required
updated_atstring date-time required
last_login_atstring date-time nullable required
optinsobject nullable

Changes