API Guide

Table Of Contents
DELETE method for Members(Id)
This method deletes a session.
Description Deletes a session.
Privilege SECURITY_SETUP
HTTP response
code
204
Example request
body
/api/SessionService/Sessions/Sessions(7b723932-a119-4843-
a5b7-7a122e4def99)
RedfishAccount Service
This resource enables you to access the account configuration. Using this resource, you can view the accounts and their roles,
update the configuration of accounts, delete accounts, and so on.
Use the URIs in this resource to access the account service and the associated actions.
/redfish/v1/AccountService
This URI represents the account configuration of all the accounts.
GET method for AccountService
This method returns the account configuration of all the accounts.
Description
Returns the account configuration.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#AccountService.v1_0_2.AccountService",
"@odata.id": "/redfish/v1/AccountService",
"Oem": {
"Dell": {
"ByUserName": false,
"ByIPAddress": false,
"EnableIpRangeAddress": false
}
},
"Id": "10",
"Description": "OME-Modular User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK",
"Oem": null
},
"ServiceEnabled": false,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
Redfish resource model 651