cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot delete users.

pieter_shimanow
Champ in-the-making
Champ in-the-making
we used a .csv to import a list of users in share.

Some of the users did not do very well on import because of special characters:
The characters got "escaped" by two different question marks (squared and not squared):

� ?

I also have parenthesis () mixed

The users with a ? in it can be found on search, but i cannot open to view, edit and/or delete.
The ones with the � (squared) I can delete however.. the users with parenthesis I also cannot view/edit/delete..

Is there anyone with an idea how to delete these users?

Maybe with a HTTPRequest DELETE?… (I could not find one)

Tx,
2 REPLIES 2

s_palyukh
Star Contributor
Star Contributor
You can try to send "DELETE" request by url /alfresco/s/api/people/{userName}, but I am not sure that it will help you. Would be better to attach your log to look at the error

pieter_shimanow
Champ in-the-making
Champ in-the-making
Though I needed to escape the special characters in the url differently then they are escaped in the browser window…  this worked, thank!