GET breeze/UserSelfManagent/Users
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RightRezUserName | Description | Type | Additional information |
---|---|---|---|
Active | boolean |
None. |
|
Title | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
ClientId | string |
None. |
|
GroupId | integer |
None. |
|
Group | UserGroup |
None. |
|
UserRoles | Collection of RightRezUserRole |
None. |
|
CustomRoles | Collection of Role |
None. |
|
Permissions | Collection of RightRezUserPermission |
None. |
|
Settings | Collection of RightRezUserSetting |
None. |
|
string |
None. |
||
EmailConfirmed | boolean |
None. |
|
PasswordHash | string |
None. |
|
SecurityStamp | string |
None. |
|
PhoneNumber | string |
None. |
|
PhoneNumberConfirmed | boolean |
None. |
|
TwoFactorEnabled | boolean |
None. |
|
LockoutEndDateUtc | date |
None. |
|
LockoutEnabled | boolean |
None. |
|
AccessFailedCount | integer |
None. |
|
Roles | Collection of IdentityUserRole |
None. |
|
Claims | Collection of IdentityUserClaim |
None. |
|
Logins | Collection of IdentityUserLogin |
None. |
|
Id | string |
None. |
|
UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "$type": "RightRez.DBLibrary.Web.RightRezUser, RightRez.Core", "Active": true, "Title": "sample string 2", "FirstName": "sample string 3", "LastName": "sample string 4", "ClientId": "sample string 5", "GroupId": 1, "Group": { "$id": "2", "$type": "RightRez.DBLibrary.Web.UserGroup, RightRez.Core", "Id": 1, "ClientId": "sample string 2", "Client": { "$id": "3", "$type": "RightRez.DBLibrary.Web.Client, RightRez.Core", "ClientId": "sample string 1" }, "Name": "sample string 3", "Settings": [ { "$id": "4", "$type": "RightRez.DBLibrary.Web.UserGroupSetting, RightRez.Core", "Id": 1, "GroupId": 2, "Group": { "$ref": "2" }, "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "$ref": "4" } ], "Users": [ { "$ref": "1" }, { "$ref": "1" } ] }, "UserRoles": [ { "$id": "5", "$type": "RightRez.DBLibrary.Web.RightRezUserRole, RightRez.Core", "UserId": "sample string 1", "User": { "$ref": "1" }, "RoleId": 2, "Role": { "$id": "6", "$type": "RightRez.DBLibrary.Web.Role, RightRez.Core", "Id": 1, "ClientId": "sample string 2", "Client": { "$ref": "3" }, "Name": "sample string 3", "Permissions": [ { "$id": "7", "$type": "RightRez.DBLibrary.Web.RolePermission, RightRez.Core", "Id": 1, "RoleId": 2, "Role": { "$ref": "6" }, "PermissionKey": "sample string 3" }, { "$ref": "7" } ], "Users": [ { "$ref": "1" }, { "$ref": "1" } ], "UserRoles": [ { "$ref": "5" }, { "$ref": "5" } ] } }, { "$ref": "5" } ], "CustomRoles": [ { "$ref": "6" }, { "$ref": "6" } ], "Permissions": [ { "$id": "8", "$type": "RightRez.DBLibrary.Web.RightRezUserPermission, RightRez.Core", "Id": 1, "UserId": "sample string 2", "User": { "$ref": "1" }, "PermissionKey": "sample string 3" }, { "$ref": "8" } ], "Settings": [ { "$id": "9", "$type": "RightRez.DBLibrary.Web.RightRezUserSetting, RightRez.Core", "Id": 1, "UserId": "sample string 2", "User": { "$ref": "1" }, "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "$ref": "9" } ], "Email": "sample string 6", "EmailConfirmed": true, "PasswordHash": "sample string 8", "SecurityStamp": "sample string 9", "PhoneNumber": "sample string 10", "PhoneNumberConfirmed": true, "TwoFactorEnabled": true, "LockoutEndDateUtc": "2025-06-02T21:20:13.244+00:00", "LockoutEnabled": true, "AccessFailedCount": 14, "Roles": [], "Claims": [], "Logins": [], "Id": "sample string 15", "UserName": "sample string 16" }, { "$ref": "1" } ]