CancelUser

Removes the access for a user on a specific path.
No path or an empty path is the Vault root

When no Path param is given, all access on the vault will be removed for that user.

Authentication Methods


  • With a username and password
  • With AMS username and password
Input Parameter Type Description
Token* String Security token
FileServerName* String FileServer name
Email* String Account email address
Path String Optional Path , will remove the access on that path. When no path is passed, all access on the vault will be revoked
Output Parameter Type Description
Success Boolean True on success, False on failure

  • = Required

EXAMPLES

curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=CancelUser&FileserverName=apifileserver&Email=guest@nomadesk.com&Path=/myfolder/'

RESPONSE

<Response>
    <Status>1</Status>
    <Message></Message>
</Response>