Overview | Service | Command |
Puts the mailbox of the specified account into maintenance lockout or removes it from maintenance lockout
Authorization token required | true |
Admin Authorization token required | true |
<LockoutMailboxRequest [op="{operation}"]> ## LockoutMailboxRequest
<account [by="{acct-selector-by} (adminName|appAdminName|id|foreignPrincipal|name|krb5Principal)"]
[name="{name}"]>{key}</account> ## AccountNameSelector
</LockoutMailboxRequest>
The following table describes elements and attributes you can define within a
<LockoutMailboxRequest>
element:
XPath | Required / Optional | Description |
@op | Optional (0 or 1) | Type:String one of 'start' or 'end' |
/account | Required (only 1) | Type:{key} Account Description for element text content:The key used to identify the account. Meaning determined by {acct-selector-by} |
/account@by | Optional (0 or 1) | Type:adminName|appAdminName|id|foreignPrincipal|name|krb5Principal Select the meaning of {acct-selector-key} |
/account@name | Optional (0 or 1) | Type:String Name |
<LockoutMailboxResponse /> ## LockoutMailboxResponse