云真机

API接口文档


获取员工帐号(子账号)列表

<h5>简要描述</h5> <ul> <li>员工帐号列表(子账号)</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://oapi-yzj.miaokol.com/index/subUserList</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">app_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>APP ID</td> </tr> <tr> <td style="text-align: left;">access_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>Access Token</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>页码,默认1</td> </tr> <tr> <td style="text-align: left;">page_size</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页条数,默认10,最大100</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>GET /index/subUserList?app_id=xxx&amp;amp;access_token=xxxx&amp;amp;page=1&amp;amp;page_size=10 HTTP/1.1 Host:oapi-yzj.miaokol.com content-type: application/x-www-form-urlencoded </code></pre> <h5>响应示例</h5> <pre><code>HTTP/1.1 200 OK {     &amp;quot;data&amp;quot;:[         {             &amp;quot;id&amp;quot;:9757,             &amp;quot;user_id&amp;quot;:21,             &amp;quot;scope&amp;quot;:1,             &amp;quot;group_ids&amp;quot;:&amp;quot;5,19,6,1,4,7,148,105,12,10,102,11,103,150,20,132,144,21,22,23,24,115,37&amp;quot;,             &amp;quot;expire_time&amp;quot;:0,             &amp;quot;nickname&amp;quot;:&amp;quot;咕咕&amp;quot;,             &amp;quot;account&amp;quot;:&amp;quot;gugu&amp;quot;,             &amp;quot;mobile&amp;quot;:&amp;quot;&amp;quot;,             &amp;quot;status&amp;quot;:0,             &amp;quot;delete_time&amp;quot;:0,             &amp;quot;ctime&amp;quot;:1655875510,             &amp;quot;utime&amp;quot;:1655875510,             &amp;quot;quota&amp;quot;:-1,             &amp;quot;scope_name&amp;quot;:&amp;quot;部分&amp;quot;,             &amp;quot;role_name&amp;quot;:&amp;quot;管理员&amp;quot;,             &amp;quot;role_id&amp;quot;:1,             &amp;quot;group_id&amp;quot;:37,             &amp;quot;groups&amp;quot;:[                 &amp;quot;技术部&amp;quot;,                 &amp;quot;前端组修改&amp;quot;,                 &amp;quot;企云宝&amp;quot;,                 &amp;quot;企云宝1组&amp;quot;             ],             &amp;quot;group_name&amp;quot;:&amp;quot;企云宝1组&amp;quot;,             &amp;quot;wechat_number&amp;quot;:0         }     ],     &amp;quot;pager&amp;quot;:{         &amp;quot;page&amp;quot;:1,         &amp;quot;perpage&amp;quot;:100,         &amp;quot;numRecords&amp;quot;:83,         &amp;quot;numPages&amp;quot;:1,         &amp;quot;firstRecord&amp;quot;:0,         &amp;quot;lastRecord&amp;quot;:82     },     &amp;quot;errcode&amp;quot;:0 } </code></pre> <h5>响应说明</h5> <ul> <li>data类型为数组,数组项格式说明如下</li> </ul> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>员工帐号(子账号)id</td> </tr> <tr> <td style="text-align: left;">nickname</td> <td style="text-align: left;">string</td> <td>员工帐号(子账号)姓名</td> </tr> <tr> <td style="text-align: left;">mobile</td> <td style="text-align: left;">string</td> <td>手机号</td> </tr> <tr> <td style="text-align: left;">pager</td> <td style="text-align: left;">object</td> <td>分页信息,总数:pager.numRecords</td> </tr> </tbody> </table>

页面列表

ITEM_HTML