Service LocalUser

HTTP Method Resource

Request

Response

Description

GET

.../local_user

N/A

WiredElementList

Returns the local user configuration matching the given user name configuration.

POST

.../local_user

LocalUser

LocalUser

Adds a local user to the authorized group.

GET

.../local_user/ { LocalUser.local_user_name}

N/A

LocalUser

Returns the local user configuration matching the given user name configuration.

PUT

.../local_user/ { LocalUser local_user_name}

LocalUser

LocalUser

Updates the local user Configuration matching the given user name.

DELETE

.../local_user/ { LocalUser local_user_name}

N/A

N/A

Deletes the local user configuration with the given user name from the model.