GET Api/Account/GetUser
获取用户信息
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取用户信息
SpeedPower.Utility.Models.Service.MIUsers.UserModelName | 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": "2024-12-24T03:26:53.7231213+08:00", "Locked": true, "LockoutEnabled": true, "LockoutEndDateUtc": "2024-12-24T03:26:53.7231213+08:00", "LoginAddress": "sample string 10", "LoginTime": "2024-12-24T03:26:53.7231213+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" } ] }