{}
curl --location --request GET 'http://127.0.0.1/v1.0/contact/staffAttributes/visibilitySettings' \ --header 'x-acs-dingtalk-access-token;' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "hasMore": true, "nextCursor": 0, "list": [ { "id": 0, "gmtCreate": "string", "gmtModified": "string", "name": "string", "description": "string", "objectStaffIds": [ "string" ], "objectDeptIds": [ 0 ], "objectTagIds": [ 0 ], "hideFields": [ "string" ], "excludeStaffIds": [ "string" ], "excludeDeptIds": [ 0 ], "excludeTagIds": [ 0 ], "active": true } ] }