更新使用者的登錄名

information

本頁面使用機器翻譯而成。
機器翻譯免責聲明 (External link)

目錄

更新使用者的登錄名

更新使用者的登錄名。
一次最多只能選擇100個使用者。

有關導入CSV檔的API的詳細內容,請參考以下頁面。
匯入用戶資訊

URL

https://sample.cybozu.com/v1/users/codes.json

HTTP 方法

PUT

所需存取權限

cybozu.com共通管理員 (External link)

請求

參數
參數名稱 類型 必須 說明
codes 陣列 必須 用戶登錄名清單
codes[].currentCode 字串 必須 當前登錄名
指定不超過 128 個字元
不能指定空格或僅指定空格。
codes[].newCode 字串 必須 更新了登錄名
指定不超過 128 個字元
不能指定空格或僅指定空格。
示例請求
標頭
1
2
3
4
{
  "X-Cybozu-Authorization": "QWRtaW5pc3RyYXRvcjpjeWJvenU=",
  "Content-Type": "application/json"
}

有關請求頭的更多資訊,請參閱以下頁面。
User API通用規範

內文
1
2
3
4
5
6
7
8
{
  "codes": [
    {
      "currentCode": "sato-noboru",
      "newCode": "yamada-noboru"
    }
  ]
}

回應

1
{}

示例代碼

使用 curl 的請求
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
curl -X PUT 'https://sample.cybozu.com/v1/users/codes.json' \
  -H 'X-Cybozu-Authorization: QWRtaW5pc3RyYXRvcjpjeWJvenU=' \
  -H 'Content-Type: application/json' \
  -d '{
    "codes": [
      {
        "currentCode": "sato-noboru",
        "newCode": "yamada-noboru"
      }
    ]
  }'

限制事項

  • 不建議在cybozu.com共通管理中執行以下操作並行執行 API:
    • 組織和用戶設置畫面上的使用者操作
    • 從檔案匯入