API Guide

Table Of Contents
Table 38. Attributes (continued)
Attribute name Description
Password Password for the user. When retrieving the details, Password
is not displayed.
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.
ObjectGuid Unique group ID for directory service.
Security and certificate management
/api/ApplicationService/Security
This URI represents the security information.
GET method for Security
This method returns the security information for the system.
Description
Returns the security information.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#ApplicationService.Security/$entity",
"@odata.type": "#ApplicationService.Security",
"@odata.id": "/api/ApplicationService/Security",
"SecurityConfiguration":{
"@odata.id": "/api/ApplicationService/Security/SecurityConfiguration"
}
/api/ApplicationService/Security/SecurityConfiguration
This URI represents the security configuration.
GET method for SecurityConfiguration
This method returns the security configuration.
Description
Returns the security configuration.
Privilege VIEW
HTTP response
codes
200
Application settings 63