DeleteUser
Deletes users. To delete a single user, specify Name or Id. To delete several users, specify NameList or IdList. To delete users that match the specified conditions, specify Search.
Elements
Search
UserSearch. The search condition that specifies which users to delete.
IdList
ArrayOfString. The list of user IDs to delete. Specify either IdList or NameList.
NameList
ArrayOfString. The list of user names to delete. Specify either NameList or IdList.
Id
String. The ID of the single user to delete. Specify either Id or Name.
Name
String. The name of the single user to delete. Specify either Name or Id.
IgnoreMissing
Boolean. Specifies what to do if the specified user does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.
PurgeUserInfo
Boolean. Purges user information from the system.