removeProxyAccessRequest

Removes a person from the list of users that can proxy to the mailbox.

Request

<removeProxyAccessRequest>
   <id type="types:uid"/>
</removeProxyAccessRequest>

Response

<removeProxyAccessResponse>
   <status type="types:Status"/>
</removeProxyAccessResponse>

Elements

id

Specifies the ID of the user to remove from the proxy access list.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<removeProxyAccessRequest> 
   <id>66301550-175B-0000-890F-6E00D5004E00@60</id> 
</removeProxyAccessRequest>

<removeProxyAccessResponse> 
   <status> 
      <code>0</code> 
   </status> 
</removeProxyAccessResponse>