メインコンテンツまでスキップ

UpdateUserInfo

ユーザー名、情報の更新

Description

ユーザーの名前を更新します。

Method

PUT

Request URL Format

/api/v0/userinfo

Payload

{
"user_id":"ユーザーID", //必須
"username":"ユーザー名",
"user_code":"ユーザーコード"
}
  • usernameを変更しない場合:現状のusernameを指定する
  • usernameを変更する場合: 変更後のusernameを指定する

Request URL Sample

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

Response Sample

{"error": null //エラーの有無}