遍历用户关联的角色
-
请求地址:
GET /users/user/{guid}/roles
-
接口概述:
遍历指定用户关联的角色。
-
请求参数:
地址参数
参数名 参数类型 参数说明 必需 备注 guid string 用户的唯一标识符 是 -
请求体:
无
-
请求示例:
GET /bitanswer/api/users/user/{guid}/roles HTTP/1.1 Host: back-office-api.bitanswer.cn bitkey: ••••••
-
响应示例:
{ "status": 0, "data": { "total": 1, "items": [ { "guid": "xxxxx", "name": "role_name" } ] } }