Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

This method is used to delete the list of users that were provided and returns the DeleteUserStatus list as the output. This web method can be accessed by company admin users only. If admin user tries to delete his own account while he is the only admin in the company, he will not be able to delete the account

Please note that this web method is not in production yet

Request

ParameterTypeMandatory/OptionalMaximum character LimitationDescription
inputDeleteUserInputMandatoryNoneDelete user input model

applicationName

string

Mandatory

Should be less than or equal to 10 characters

The name of the integration partner


Response

TypeDescription
DeleteUserOutputDelete user output model


Exceptions

Error CodeDescription
110Input parameters contain null or invalid data

123

An exception occurred while processing your request

138applicationName length has exceeded the maximum character limit allowed (10)
146The applicationName is not set
167You are not authorized to use this method 
  • No labels