API Guide

Table Of Contents
DELETE method for Members(Id)
This method deletes an account.
Description Deletes an account.
Privilege SECURITY_SETUP
HTTP response
codes
204
Example
Input:
Output:
Table 160. Attributes
Attribute name Description
Id ID of the account to be deleted.
/redfish/v1/AccountService/Roles/Members(Id)
This URI represents the role details of a specific account.
GET method for Members(Id)
This method returns the details of the role for a specific account.
Description
Returns the details of a role.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Role.Role/$entity",
"@odata.id": "/redfish/v1/AccountService/Roles/Members('10')",
"Oem": null,
"Id": "10",
"Description": "Privileges to do all operations",
"Name": "CHASSIS_ADMINISTRATOR"
}
Table 161. Attributes
Attribute name Description
Id Record ID of the role.
Description Description of the role.
Name Name of the role.
426 Redfish resource model