Authorization: Bearer ********************curl --location --request GET 'localhost:8080/system/role/authUser/allocatedList?userName=&nickName=' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"userId": 0,
"tenantId": "string",
"deptId": 0,
"userName": "string",
"nickName": "string",
"userType": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"avatar": 0,
"status": "string",
"loginIp": "string",
"loginDate": "2019-08-24T14:15:22.123Z",
"remark": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"deptName": "string",
"roles": [
{
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"flag": true,
"superAdmin": true
}
],
"roleIds": [
0
],
"postIds": [
0
],
"roleId": 0
}
],
"code": 0,
"msg": "string"
}