Hi everyone,

I'm sure I'm missing something obvious but...

I can:
* get a list of users - GET /rest/security/usergroup/users
* create a user - POST {user_body} /rest/security/usergroup/users
* update a user - POST {user_body} /rest/security/usergroup/user/my_user
* delete a user - DELETE /rest/security/usergroup/user/my_user

I just cannot retrieve an individual user.

I've tried:
GET /rest/security/usergroup/user/my_user (405 Method Not Allowed)
GET /rest/security/usergroup/service/default/user/my_user (405 Method Not
Allowed)
GET /rest/security/usergroup/users/my_user (404 Not Found)

Thanks in advance for any possible help!
Quinton
_______________________________________________
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

Reply via email to