UserManagerServicesDeleteUsers Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<string[]> DeleteUsers( UniqueObjectsDeleteParam data )
Object containing the User Id (login name) of Users to be deleted
{
"data": {
"selectedIds": ["t", "INGENIUX%5Cabusbin"]
}
}The items in "selectedIds" field are URI encoded User Ids
Array of User Ids of the Users that has been removed
{
"code": 0,
"error": null,
"message": ["t", "INGENIUX%5Cabusbin"]
}Non-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.