GET Api/Invoke/GetUsers/{CompanyId}
获取用户列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
公司Id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取用户列表
Collection of SpeedPower.Utility.Models.Service.MIUsers.UserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserInfo |
用户信息 |
SpeedPower.Utility.Models.Service.MIUsers.UserInfoModel |
None. |
| RolesInfo |
权限信息 |
Collection of SpeedPower.Utility.Models.Service.MIUsers.RoleInfoModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserInfo": {
"UserId": "sample string 1",
"UserName": "sample string 2",
"CompanyId": "sample string 3",
"PhoneNumber": "sample string 4",
"Email": "sample string 5",
"Creater": "sample string 6",
"Time": "2025-12-16T10:27:46.4738973+08:00",
"Locked": true,
"LockoutEnabled": true,
"LockoutEndDateUtc": "2025-12-16T10:27:46.4738973+08:00",
"LoginAddress": "sample string 10",
"LoginTime": "2025-12-16T10:27:46.4738973+08:00"
},
"RolesInfo": [
{
"RoleId": "sample string 1",
"RoleName": "sample string 2",
"Remark": "sample string 3"
},
{
"RoleId": "sample string 1",
"RoleName": "sample string 2",
"Remark": "sample string 3"
}
]
},
{
"UserInfo": {
"UserId": "sample string 1",
"UserName": "sample string 2",
"CompanyId": "sample string 3",
"PhoneNumber": "sample string 4",
"Email": "sample string 5",
"Creater": "sample string 6",
"Time": "2025-12-16T10:27:46.4738973+08:00",
"Locked": true,
"LockoutEnabled": true,
"LockoutEndDateUtc": "2025-12-16T10:27:46.4738973+08:00",
"LoginAddress": "sample string 10",
"LoginTime": "2025-12-16T10:27:46.4738973+08:00"
},
"RolesInfo": [
{
"RoleId": "sample string 1",
"RoleName": "sample string 2",
"Remark": "sample string 3"
},
{
"RoleId": "sample string 1",
"RoleName": "sample string 2",
"Remark": "sample string 3"
}
]
}
]