-
Suggestion
-
Resolution: Invalid
-
None
-
None
This would allow us to find which user corresponds to a particular key in environments with restricted access to the REST API/database.
- relates to
-
CWD-4069 Document UserEntity's "key" in REST API
- Closed
If you have a particular key and want to find the matching user, you can use something like: curl http://localhost:8095/crowd/rest/usermanagement/1/user?key=theopaquekeyoftheuser
Is that enough for you hgiddens? While the Crowd UI would clearly be more convenient, you can always use the admin UI to give yourself access to the REST API.
Since the key was introduced (afaik) just to support user renames in connected apps as an opaque value and we haven't even documented it (
CWD-4069), I don't think it makes sense to expose it as a first class concept in the Admin UI.