UpdateSystemUsersRequestType

UpdateSystemUsersRequestType
UpdateSystemUsersRequestType

The parameters of UpdateSystemUsers.

JSON Example
{
    "users": [
        "string"
    ]
}
array of string
users
Optional

the new list of local system users, or a list of users to set or unset as system users depending on the '+' or '-' prefix of each user name. If a user name starts with '+' then it will be added to the current list of system users. If a user name starts with '-' then it will be removed from the current list of system users.