Hi all,
I was able to create a user in a specific service group using the POST request with following URL: *http://localhost:8080/geoserver/rest/security/usergroup/service/{serviceName}/users/ <http://localhost:8080/geoserver/rest/security/usergroup/service/{serviceName}/users/>* However, when I want to delete the user using the DELETE request and this URL: *http://localhost:8080/geoserver/rest/security/usergroup/service/{serviceName}/users/{user} <http://localhost:8080/geoserver/rest/security/usergroup/service/{serviceName}/users/{user}>* I get a 404 error. In the logs, it says: *WARN [servlet.PageNotFound] - No mapping for DELETE /geoserver/rest/security/usergroup/service/{serviceName}/users/{user}* I get similar errors with missing end points when I try to add the user to UserGroup or when I try to associate a role to the user. Does anyone have an idea why it’s not working? Thank you! PP Geoserver version:*2.16.0*
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users