API Guide

Output:
{
"Id": "3064",
"UserTypeId": 1,
"DirectortyServiceId": 0,
"Name": "user2",
"Password": null,
"UserName": "user2",
"Description": "user2 description",
"Oem": null,
"RoleId": "10",
"Locked": false,
"IsBuiltin": false,
"Enabled": true
}
Table 180. Attributes
Attribute name Description
Id ID of the account.
UserTypeId ID of the type of user.
DirectortyServiceId ID of the directory service.
Description Description of the user.
Name Name of the user. This value is the same as user name.
Password Password for the user. This value is not displayed when retrieving
the details.
UserName User name of the account.
RoleId Role for the account.
Locked Indicates whether the account is locked.
IsBuiltin Indicates whether the account is a built-in account.
Enabled Indicates whether the account is enabled.
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 181. Attributes
Attribute name Description
Id ID of the account to be deleted.
Redfish resource model 457