UpdateLockdownExceptionsRequestType

UpdateLockdownExceptionsRequestType
UpdateLockdownExceptionsRequestType

The parameters of UpdateLockdownExceptions.

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

the new list of lockdown mode exceptions, or a list of users to set or unset as lockdown exceptions 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 lockdown exceptions. If a user name starts with '-' then it will be removed from the current list of lockdown exceptions.