API Guide

Table Of Contents
"Id": 3214,
"UserId": 3164,
"RoleId": 10,
"Entities": [
64
]
}
]
}
Table 21. Attributes
Attribute Description
Id Permission record ID.
UserId Account ID for which permissions are retrieved.
RoleId Role ID of the account.
Entities List of entities that the account has access to.
/api/AccountService/Actions/AccountService.GetPrivileges
This URI represents the list of privileges for a user for a device.
POST method for /api/AccountService/Actions/
AccountService.GetPrivileges
This method returns the list of privileges for a user for a particular device.
Description
Returns the current network IP configuration.
Privilege SECURITY_SETUP
HTTP response
codes
201
Example
Response Body
payload { "Type":"Fan Slot",
"Location":"slot301"}
Returns mapped privileges
/api/AccountService/Actions/
AccountService.GetPrivilegesForUser
This API represents user privileges and MAC address information for a particular user.
POST method for /api/AccountService/Actions/
AccountService.GetPrivilegesForUser
This method provides a list of user privileges for the user id and device mac address that is provided in the payload.
Description
Returns user privilege and MAC address information for a particular user.
Privilege VIEW
HTTP response
codes
202
Application settings 45