| 種類 | コード | 説明 |
|---|---|---|
| WCP_SEARCH_EMP | 004 | メンバー情報の表示設定 001: 設定しない 002: 設定 |
| WCP_SEARCH_EMP | 005 | メンバー情報の表示設定値 001: 表示名 002: 組織名 003: メールアドレス |
| WCP_SEARCH_EMP | 006 | オートコンプリートの適用範囲 001: 所属組織 002: 所属組織+兼務 |
| WCP_SEARCH_EMP | 007 | 複数選択を許可 |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性 ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "attributeType": "WCP_SEARCH_EMP", "attributeId": "004", "attributeName": "メンバー情報の表示設定", "attributeValue": { "items": [ { "itemId": "002", "itemName": "設定" } ] } }, { "attributeType": "WCP_SEARCH_EMP", "attributeId": "005", "attributeName": "メンバー情報の表示設定値", "attributeValue": { "items": [ { "itemId": "001", "itemName": "表示名" }, { "itemId": "002", "itemName": "組織名" }, { "itemId": "003", "itemName": "メールアドレス" } ] } }, { "attributeType": "WCP_SEARCH_EMP", "attributeId": "006", "attributeName": "オートコンプリートの適用範囲", "attributeValue": { "items": [ { "itemId": "002", "itemName": "所属組織+兼務" } ] } }, { "attributeType": "WCP_SEARCH_EMP", "attributeId": "007", "attributeName": "複数選択を許可", "attributeValue": { "value": "N" } }]