Reference Guide

HTTP
Code
Description Schema
204 Success No Content
404 Not Found error_response
422 Operation Failed error_response
PATCH /local_user/{id}
Description
Modify a property of a local user account using the unique identifier. You cannot modify the default
"admin" user account.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the local user account to be
modified.
string
Body
body
required
local_user_modify
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid request error_response
404 Not Found error_response
422 Operation Failed error_response
login_session
Use these resource types to manage sessions, roles, and system security configurations.
GET /login_session
131
Dell EMC PowerStore REST API Reference Guide