Skip to main content

UpdateUserInfo

Update user name and information

Description

Update the user's name

Method

PUT

Request URL Format

/api/v0/userinfo

Payload

{
"user_id":"ユーザーID", //Required
"username":"ユーザー名",
"user_code":"ユーザーコード"
}

Request URL Sample

PUT https://api.xxx.com/api/v0/userinfo

Response Sample

{"error": null //Whether there is an error or none}