API Guide

Table Of Contents
Table 206. Attributes
Attribute name Description
Id ID of the account.
UserTypeId ID of the type of user.
DirectoryServiceId 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 an integrated 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 207. Attributes
Attribute name Description
Id ID of the account to be deleted.
redfish/v1/AccountService/Roles/Members
This API gets a list of all roles of members.
GET method for Roles
This method returns the role details of members.
Description
Returns role details of the members.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Collection(Role.v1_2_2.Role)",
"@odata.count": 5,
658 Redfish resource model