搜索机构号下的用户
<p>[TOC]</p>
<h3>搜索机构号下的用户</h3>
<h5>描述</h5>
<ul>
<li>根据用户抖音号 搜索授权的用户信息</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>ContentType</h5>
<ul>
<li>application/x-www-form-urlencoded</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/dy/searchConferlist</code></li>
</ul>
<h5>请求参数</h5>
<h5>Query Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>apiKey</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>api通信接口密钥</td>
<td></td>
</tr>
</tbody>
</table>
<h5>Body Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>ck</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>抖音COOKIE信息</td>
<td></td>
</tr>
<tr>
<td>douyin_uid</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>要搜索的用户抖音号</td>
<td></td>
</tr>
</tbody>
</table>
<h5>响应示例</h5>
<pre><code>{
&quot;status_code&quot;: 0,
&quot;conferring_user&quot;: {
&quot;is_sender&quot;: false,
&quot;update_time&quot;: 1719630074,
&quot;avatar_url&quot;: &quot;https://p3-sign.douyinpic.com/obj/aweme-avaec%3D&amp;from=1887476869&quot;,
&quot;conferring&quot;: [
{
&quot;permission_key&quot;: &quot;CreatorContentManage&quot;,
&quot;conferred&quot;: true,
&quot;module_name&quot;: &quot;CreatorContentManage&quot;,
&quot;name_label&quot;: &quot;创作平台内容管理&quot;
}
],
&quot;create_time&quot;: 1718876146,
&quot;sec_uid&quot;: &quot;xxxxxxx&quot;,
&quot;is_canceled&quot;: false,
&quot;nick_name&quot;: &quot;xxxxxxx&quot;,
&quot;douyin_uid&quot;: &quot;xxxxx&quot;,
&quot;status&quot;: 1
},
&quot;extra&quot;: {
&quot;now&quot;: 1719833286000
},
&quot;status_msg&quot;: &quot;string&quot;
}</code></pre>