Remove User from ArcGIS Server with space in the username

727
1
Jump to solution
06-12-2017 09:04 AM
EszterGalicz
New Contributor II

I have created a bunch of users programatically using the python code provided here: Example: Create users and roles from a CSV file—ArcGIS Server Administration (Windows) | ArcGIS Ente... 
Unfortunately, some of the users had a space after their names, and that became their username. Now I am unable to remove these users (user does not exist). I have tried via the ArcGIS Server Manager and with the Rest API too.
Can anybody help me how to delete or edit these users?
Thanks in advance.

0 Kudos
1 Solution

Accepted Solutions
EszterGalicz
New Contributor II

Okay I have found the solution: the user definitions are under C:\arcgisserver\config-store\security\users in separate .json files. Deleting these files resolved the problem.

View solution in original post

1 Reply
EszterGalicz
New Contributor II

Okay I have found the solution: the user definitions are under C:\arcgisserver\config-store\security\users in separate .json files. Deleting these files resolved the problem.