| UserManagerServicesDeleteUsers Method | 
Namespace: IngeniuxCMService
 Syntax
Syntaxpublic XHRServiceResponseGeneric<string[]> DeleteUsers( UniqueObjectsDeleteParam data )
Object containing the User Id (login name) of Users to be deleted
 Examples
Examples{
    "data": {
        "selectedIds": ["t", "INGENIUX%5Cabusbin"]
    }
} Remarks
RemarksThe items in "selectedIds" field are URI encoded User Ids
Array of User Ids of the Users that has been removed
 Examples
Examples{
    "code": 0,
    "error": null,
    "message": ["t", "INGENIUX%5Cabusbin"]
} Remarks
RemarksNon-existing Users will be ignored
Note that this operation will not automatically remove the integrated Users from their Membership Providers store.
The operation [!:IngeniuxCMService.M embershipProvidersServices.DeleteUsers] performs that task.
 See Also
See Also