メンバー検索

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
WCP_SEARCH_EMP004メンバー情報の表示設定
001: 設定しない
002: 設定
WCP_SEARCH_EMP005メンバー情報の表示設定値
001: 表示名
002: 組織名
003: メールアドレス
WCP_SEARCH_EMP006オートコンプリートの適用範囲
001: 所属組織
002: 所属組織+兼務
WCP_SEARCH_EMP007複数選択を許可

コンポーネント属性の情報 {#component-attribute-data}

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

Response Example {#component-attribute-example}

[    {        "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"        }    }]