User Manual
ASUS ASMB9-iKVM
4-93
4.3.32 ManagerAccountCollection
It is a collection of resources that represents the user accounts.
A. GET
• Request
https://{{ip}}/redfish/v1/AccountService/Accounts
Content-Type: application/json
• Response
Please refer to section
4.3.5 Computer System Collection
for the JSON response
properties.
B. POST [Creating new Account]
• Make sure ServiceEnabled property in AccountService is true for creating an account.
• If ServiceEnabled property in AccountService is false please use PATCH on
AccountService to change ServiceEnabled to true.
• Request
POST https://{{ip}}/redfish/v1/AccountService/Accounts
Content-Type: application/json
Example POST Request:
{
“Name”: “Test User Account”,
“Description”: “Test User Account”,
“Enabled”: true,
“Password”: “superuser”,
“UserName”: “user_account”,
“RoleId”: “Operator”,
“Locked”: false
}
• Response
The response status is 201 and the response body is a GET Response with the
properties of the newly created Account. For Error Responses refer to section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 93E16160_ASMB9-iKVM_UM_V3.indb 93 1/17/2020 2:29:31 PM1/17/2020 2:29:31 PM