API Guide

Table Of Contents
Table 19. Attributes
Attribute Description
Id Uniquely identifies the resource within the collection.
UserTypeId Type of user.
DirectoryServiceId Directory service ID.
Description Description for the user.
Name Name of the user. This name is the same as user name.
Password Password for the user. When retrieving the details, Password
is displayed as blank.
UserName User name of the account.
RoleId Role for the account.
Locked Indicates if the account is locked or unlocked.
IsBuiltin Indicates if the account is an in-built account.
Enabled Indicates if the account enabled or disabled.
DELETE method for Accounts(Id)
This method deletes an account.
Description
Deletes an account.
Privilege SECURITY_SETUP
HTTP response
codes
204
Table 20. Attributes
Attribute Description
Id Uniquely identifies the resource within the collection.
/api/AccountService/Accounts(userId)/Permissions
This URI represents the permissions for an account.
GET method for Permissions
This method lists the permissions for an account.
Description
Lists the permissions for an account.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(AccountService.Permission)",
"@odata.count": 1,
"value": [
{
44 Application settings