更新群組代碼

information

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

目錄

更新群組代碼

更新群組代碼。
您一次最多可以更新 100 個組。

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

URL

https://sample.cybozu.com/v1/groups/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": "recruit2023",
      "newCode": "Recruit2023"
    }
  ]
}

回應

1
{}

示例代碼

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

限制事項

  • 不建議在cybozu.com共通管理中執行以下操作並行執行 API:
    • 群組設置畫面上的各項操作
    • 從檔案匯入