getParticipants(id)
                            .then(function (participants) {
                                kibana.auth(config, function (error, token) {
                                    if (error) {
                                        return deferred.reject(error);