mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-09 02:37:16 -04:00
graph: add identities property to non-admin response of GetUsers
Fixes: #9813
This commit is contained in:
@@ -291,6 +291,7 @@ func (g Graph) GetUsers(w http.ResponseWriter, r *http.Request) {
|
||||
Id: u.Id,
|
||||
DisplayName: u.DisplayName,
|
||||
UserType: u.UserType,
|
||||
Identities: u.Identities,
|
||||
}
|
||||
|
||||
if g.config.API.ShowUserEmailInResults {
|
||||
|
||||
Reference in New Issue
Block a user