Cannot delete users.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2014 10:19 AM
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,
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,
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2014 12:46 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2014 07:47 AM
Though I needed to escape the special characters in the url differently then they are escaped in the browser window… this worked, thank!
