API Guide

Table Of Contents
"Name": "OME-ModularDevelopmentTeam",
"Password": "",
"UserName": "OME-ModularDevelopmentTeam",
"RoleId": "10",
"Locked": false,
"Enabled": true,
"ObjectGuid": "21dd5985-602f-48a2-bde5-dde50eefb422"
}
]
Example
Response Body
[
{
"Id": "4664",
"UserTypeId": 2,
"DirectoryServiceId": 0,
"Name": "test456",
"Password": null,
"UserName": "test456",
"Description": "admin",
"Oem": null,
"RoleId": "10",
"Locked": false,
"IsBuiltin": false,
"Enabled": true,
"ObjectGuid": null
},
{
"Id": "4764",
"UserTypeId": 2,
"DirectoryServiceId": 0,
"Name": "test789",
"Password": null,
"UserName": "test789",
"Description": "admin",
"Oem": null,
"RoleId": "10",
"Locked": false,
"IsBuiltin": false,
"Enabled": true,
"ObjectGuid": null
}
]
Table 37. Attributes
Attribute name Description
Id Unique identifier of the resource within the collection.
UserTypeId Type of user.
DirectoryServiceId ID of the directory service.
Description Description for this user.
Name Name of the user. This value is the same as the user name.
Password Password for the user. The password is not displayed while
retrieving the details.
UserName Username of the account.
RoleId Role for the account.
Locked Indicates if the account is locked.
IsBuiltin Indicates if the account is an in-built account.
Enabled Indicates if the account is enabled.
Application settings 65