{ "auth_corpid": "auth_corpid_value", "agentid": 1000046 }
curl --location --request POST 'http://127.0.0.1/cgi-bin/service/get_admin_list?suite_access_token=suite_access_token' \ --header 'Content-Type: application/json' \ --data-raw '{ "auth_corpid": "auth_corpid_value", "agentid": 1000046 }'
{ "errcode": 0, "errmsg": "string", "admin": [ { "auth_type": 0, "open_userid": "string", "userid": "string" } ] }