PUT
/
api
/
v1
/
users
/
{user_id}

Update an existing user’s data. This endpoint allows you to modify user-specific information and settings.

Path Parameters

user_id
string
required

The ID of the user to update

Body

application/json · object

Updated user data

Response

200 - application/json
data
object | null

Response containing a single ID

errmsg
string
default:

Error message, empty when success

errno
enum<integer>

Error code, 0 means success

Available options:
0,
400,
401,
403,
404,
405,
409,
422,
500,
501,
502,
503,
504