diff --git a/things/api/http/endpoints.go b/things/api/http/endpoints.go index 6e90c0fad2..dd86e70f4e 100644 --- a/things/api/http/endpoints.go +++ b/things/api/http/endpoints.go @@ -109,6 +109,7 @@ func listClientsEndpoint(svc things.Service) endpoint.Endpoint { Permission: req.permission, Metadata: req.metadata, ListPerms: req.listPerms, + Role: mgclients.AllRole, // retrieve all things since things don't have roles } page, err := svc.ListClients(ctx, req.token, req.userID, pm) if err != nil {