Get a single user account record.
GET /system/users/{userId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
Sample Response Model
{
"Result": [
{
"UserId": 0,
"AdminName": "string",
"AdminPassword": "string",
"Admintype": 0,
"DisableUntil": "2015-08-07T16:27:40.223Z",
"CreationDate": "2015-08-07T16:27:40.223Z",
"AdminScopeIds": [
0
],
"AdminRoleIds": [
0
],
"FirstName": "string",
"LastName": "string",
"DefaultStaffOrgId": 0,
"DefaultStaffDepartmentId": 0,
"Email": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}