Delete a User

Removes a user from the system.

Method

/API2/access/deleteUser

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

userId

Type

string

Description

The system user ID

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Generic API response object with success or failure flag and related messages.

Notes

Removing users will place their private content into the recycle bin folder

Examples